Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for a896797
Browse files Browse the repository at this point in the history
  • 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.
38 changes: 37 additions & 1 deletion data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 7b32054

Please sign in to comment.