From c2ee31d1895f49cf174f09c5c323f462592bcead Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 30 Oct 2023 18:35:27 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for e7ca592618436f89b0989b9a6d0b99f6e546ff8f --- data.js | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index 049f2a06cd..fe58023184 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1698186855945, + "lastUpdate": 1698690927089, "repoUrl": "https://github.com/lambdaclass/cairo-vm", "entries": { "Benchmark": [ @@ -118015,6 +118015,96 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "81072379+vuittont60@users.noreply.github.com", + "name": "vuittont60", + "username": "vuittont60" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "e7ca592618436f89b0989b9a6d0b99f6e546ff8f", + "message": "docs: fix typos (#1468)", + "timestamp": "2023-10-30T17:55:54Z", + "tree_id": "4af5bb5f010977f4591d1a6c4cc8afbb89948422", + "url": "https://github.com/lambdaclass/cairo-vm/commit/e7ca592618436f89b0989b9a6d0b99f6e546ff8f" + }, + "date": 1698690920069, + "tool": "cargo", + "benches": [ + { + "name": "add_u64_with_felt/1", + "value": 4, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "add_u64_with_felt/2", + "value": 4, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "add_u64_with_felt/3", + "value": 2, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "add_u64_with_felt/4", + "value": 2, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "add_u64_with_felt/5", + "value": 2, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "add_u64_with_felt/6", + "value": 4, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "add_u64_with_felt/7", + "value": 4, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "add_u64_with_felt/8", + "value": 3, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "build runner", + "value": 1498, + "range": "± 13", + "unit": "ns/iter" + }, + { + "name": "initialize", + "value": 52998, + "range": "± 491", + "unit": "ns/iter" + }, + { + "name": "parse program", + "value": 18570130, + "range": "± 408228", + "unit": "ns/iter" + } + ] } ] }