-
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 a896797
- Loading branch information
github-action-benchmark
committed
May 8, 2024
1 parent
7725b6c
commit 7b32054
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": 1715097843122, | ||
"lastUpdate": 1715211711565, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123235,6 +123235,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": "a8967972b55d1e9b46bc2e9bb0fca2d12ad5d910", | ||
"message": "cairo1-run CLI: Set `finalize_builtins` to true when using `--air_public_input` flag (#1752)\n\n* cairo1-run CLI: Set `finalize_builtins` to true when using `--air_public_input` flag\n\n* Update CHANGELOG.md\n\n* Fix typo\n\nCo-authored-by: Mario Rugiero <[email protected]>\n\n---------\n\nCo-authored-by: Mario Rugiero <[email protected]>", | ||
"timestamp": "2024-05-08T22:41:37Z", | ||
"tree_id": "3d6451a3629b4815fb437e5d024c91c4d1d920f2", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/a8967972b55d1e9b46bc2e9bb0fca2d12ad5d910" | ||
}, | ||
"date": 1715211706284, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13346, | ||
"range": "± 352", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11568384, | ||
"range": "± 255450", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|