-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 7566aa5
- Loading branch information
github-action-benchmark
committed
Mar 7, 2024
1 parent
44f14f9
commit b497467
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1709735315823, | ||
"lastUpdate": 1709824237408, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -121399,6 +121399,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "fmoletta", | ||
"username": "fmoletta" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "7566aa57c15ed913d54f6516db90c18669a62853", | ||
"message": "Sort builtin segment info upon serialization for Cairo PIE (#1654)\n\n* Custom serialization\n\n* Add changelog entry\n\n* Clippy", | ||
"timestamp": "2024-03-07T14:42:06Z", | ||
"tree_id": "7ba7b2f8855059f3dff13e08374116e02f454ae0", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/7566aa57c15ed913d54f6516db90c18669a62853" | ||
}, | ||
"date": 1709824232126, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20307, | ||
"range": "± 60", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11492744, | ||
"range": "± 76017", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|