-
Notifications
You must be signed in to change notification settings - Fork 160
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 9aa0a5f
- Loading branch information
github-action-benchmark
committed
Dec 26, 2024
1 parent
5644e72
commit d712173
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": 1735225829243, | ||
"lastUpdate": 1735232121172, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -126007,6 +126007,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Franco Giachetta", | ||
"username": "FrancoGiachetta" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9aa0a5feac3de846086f98530a3a961395d2da2a", | ||
"message": "Bump version to v2.0.0 rc3 (#1902)\n\n* prepare release\n\n* fix changelog\n\n* fix changelog", | ||
"timestamp": "2024-12-26T16:26:20Z", | ||
"tree_id": "11e08ba59fca12a9a8d0b058cec72f38f5381eac", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/9aa0a5feac3de846086f98530a3a961395d2da2a" | ||
}, | ||
"date": 1735232115171, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 14006, | ||
"range": "± 172", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8486257, | ||
"range": "± 355561", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|