Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 4e04de7
Browse files Browse the repository at this point in the history
  • 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.
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": 1722530946088,
"lastUpdate": 1722975365871,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 9aaf399

Please sign in to comment.