Skip to content

Commit 4fba76a

Browse files
author
github-action-benchmark
committed
add Benchmark (cargo) benchmark result for db708e3
1 parent bebc7ed commit 4fba76a

File tree

1 file changed

+91
-1
lines changed

1 file changed

+91
-1
lines changed

data.js

+91-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1701367351699,
2+
"lastUpdate": 1701722522844,
33
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
44
"entries": {
55
"Benchmark": [
@@ -119365,6 +119365,96 @@ window.BENCHMARK_DATA = {
119365119365
"unit": "ns/iter"
119366119366
}
119367119367
]
119368+
},
119369+
{
119370+
"commit": {
119371+
"author": {
119372+
"email": "[email protected]",
119373+
"name": "greged93",
119374+
"username": "greged93"
119375+
},
119376+
"committer": {
119377+
"email": "[email protected]",
119378+
"name": "GitHub",
119379+
"username": "web-flow"
119380+
},
119381+
"distinct": true,
119382+
"id": "db708e3f1c91f427a0a3b5b98382f26389aabb2c",
119383+
"message": "small fix to cancel duplicate workflow file (#1497)\n\n* fix the cancel duplicate job\n\n* remove cancel duplicate for bench\n\n* remove cancel_duplicates workflow\n\n* changelog\n\n* update concurrency setting",
119384+
"timestamp": "2023-12-04T20:02:43Z",
119385+
"tree_id": "a70221eaa1c035f41fc341c1f753d74ea657d182",
119386+
"url": "https://github.com/lambdaclass/cairo-vm/commit/db708e3f1c91f427a0a3b5b98382f26389aabb2c"
119387+
},
119388+
"date": 1701722516494,
119389+
"tool": "cargo",
119390+
"benches": [
119391+
{
119392+
"name": "add_u64_with_felt/1",
119393+
"value": 1,
119394+
"range": "± 0",
119395+
"unit": "ns/iter"
119396+
},
119397+
{
119398+
"name": "add_u64_with_felt/2",
119399+
"value": 1,
119400+
"range": "± 0",
119401+
"unit": "ns/iter"
119402+
},
119403+
{
119404+
"name": "add_u64_with_felt/3",
119405+
"value": 0,
119406+
"range": "± 0",
119407+
"unit": "ns/iter"
119408+
},
119409+
{
119410+
"name": "add_u64_with_felt/4",
119411+
"value": 0,
119412+
"range": "± 0",
119413+
"unit": "ns/iter"
119414+
},
119415+
{
119416+
"name": "add_u64_with_felt/5",
119417+
"value": 0,
119418+
"range": "± 0",
119419+
"unit": "ns/iter"
119420+
},
119421+
{
119422+
"name": "add_u64_with_felt/6",
119423+
"value": 1,
119424+
"range": "± 0",
119425+
"unit": "ns/iter"
119426+
},
119427+
{
119428+
"name": "add_u64_with_felt/7",
119429+
"value": 1,
119430+
"range": "± 0",
119431+
"unit": "ns/iter"
119432+
},
119433+
{
119434+
"name": "add_u64_with_felt/8",
119435+
"value": 1,
119436+
"range": "± 0",
119437+
"unit": "ns/iter"
119438+
},
119439+
{
119440+
"name": "build runner",
119441+
"value": 1180,
119442+
"range": "± 13",
119443+
"unit": "ns/iter"
119444+
},
119445+
{
119446+
"name": "initialize",
119447+
"value": 44723,
119448+
"range": "± 595",
119449+
"unit": "ns/iter"
119450+
},
119451+
{
119452+
"name": "parse program",
119453+
"value": 12057603,
119454+
"range": "± 123419",
119455+
"unit": "ns/iter"
119456+
}
119457+
]
119368119458
}
119369119459
]
119370119460
}

0 commit comments

Comments
 (0)