-
Notifications
You must be signed in to change notification settings - Fork 164
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 4e04de7
- Loading branch information
github-action-benchmark
committed
Aug 6, 2024
1 parent
9ffa512
commit 9aaf399
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": 1722530946088, | ||
"lastUpdate": 1722975365871, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -124567,6 +124567,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Julian Gonzalez Calderon", | ||
"username": "JulianGCalderon" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4e04de750f4e9f596060aa706bb6c9dea148e9ef", | ||
"message": "Only initialize program builtins (#1815)\n\n* Change initialize_all_builtins for initialize_program_builtins\n\n* Update CHANGELOG.md\n\n* Update comments\n\n* Update CHANGELOG.md", | ||
"timestamp": "2024-08-06T19:41:13Z", | ||
"tree_id": "a3e40660499ff5fc46b8157cb45686316831e608", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/4e04de750f4e9f596060aa706bb6c9dea148e9ef" | ||
}, | ||
"date": 1722975359941, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13579, | ||
"range": "± 89", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11486499, | ||
"range": "± 240873", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|