Skip to content

Commit 50c648b

Browse files
author
github-action-benchmark
committed
add Benchmark (cargo) benchmark result for e61ae17
1 parent aeeacd7 commit 50c648b

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": 1699998614940,
2+
"lastUpdate": 1700071666864,
33
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
44
"entries": {
55
"Benchmark": [
@@ -118555,6 +118555,96 @@ window.BENCHMARK_DATA = {
118555118555
"unit": "ns/iter"
118556118556
}
118557118557
]
118558+
},
118559+
{
118560+
"commit": {
118561+
"author": {
118562+
"email": "[email protected]",
118563+
"name": "Pedro Fontana",
118564+
"username": "pefontana"
118565+
},
118566+
"committer": {
118567+
"email": "[email protected]",
118568+
"name": "GitHub",
118569+
"username": "web-flow"
118570+
},
118571+
"distinct": true,
118572+
"id": "e61ae177edb94e29470fed23bdda43329b16c057",
118573+
"message": "Cairo1-run: Update corelib version to 2.3.1 (#1483)\n\n* Update corelib version to 2.3.1\n\n* Update CHANGELOG",
118574+
"timestamp": "2023-11-15T17:39:48Z",
118575+
"tree_id": "607e446f2d3e3ff276a3549201aa2a0705f06849",
118576+
"url": "https://github.com/lambdaclass/cairo-vm/commit/e61ae177edb94e29470fed23bdda43329b16c057"
118577+
},
118578+
"date": 1700071661978,
118579+
"tool": "cargo",
118580+
"benches": [
118581+
{
118582+
"name": "add_u64_with_felt/1",
118583+
"value": 1,
118584+
"range": "± 0",
118585+
"unit": "ns/iter"
118586+
},
118587+
{
118588+
"name": "add_u64_with_felt/2",
118589+
"value": 1,
118590+
"range": "± 0",
118591+
"unit": "ns/iter"
118592+
},
118593+
{
118594+
"name": "add_u64_with_felt/3",
118595+
"value": 0,
118596+
"range": "± 0",
118597+
"unit": "ns/iter"
118598+
},
118599+
{
118600+
"name": "add_u64_with_felt/4",
118601+
"value": 0,
118602+
"range": "± 0",
118603+
"unit": "ns/iter"
118604+
},
118605+
{
118606+
"name": "add_u64_with_felt/5",
118607+
"value": 0,
118608+
"range": "± 0",
118609+
"unit": "ns/iter"
118610+
},
118611+
{
118612+
"name": "add_u64_with_felt/6",
118613+
"value": 1,
118614+
"range": "± 0",
118615+
"unit": "ns/iter"
118616+
},
118617+
{
118618+
"name": "add_u64_with_felt/7",
118619+
"value": 1,
118620+
"range": "± 0",
118621+
"unit": "ns/iter"
118622+
},
118623+
{
118624+
"name": "add_u64_with_felt/8",
118625+
"value": 1,
118626+
"range": "± 0",
118627+
"unit": "ns/iter"
118628+
},
118629+
{
118630+
"name": "build runner",
118631+
"value": 1171,
118632+
"range": "± 5",
118633+
"unit": "ns/iter"
118634+
},
118635+
{
118636+
"name": "initialize",
118637+
"value": 45400,
118638+
"range": "± 785",
118639+
"unit": "ns/iter"
118640+
},
118641+
{
118642+
"name": "parse program",
118643+
"value": 12198858,
118644+
"range": "± 74580",
118645+
"unit": "ns/iter"
118646+
}
118647+
]
118558118648
}
118559118649
]
118560118650
}

0 commit comments

Comments
 (0)