Skip to content

Commit

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

0 comments on commit d712173

Please sign in to comment.