Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for b416f80
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 11, 2024
1 parent 3e9d21c commit 2006742
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": 1733865994423,
"lastUpdate": 1733945628513,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125827,6 +125827,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Edgar",
"username": "edg-l"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "b416f80b0af39ce25358554651391c2c0a1289e8",
"message": "Update cairo-lang deps to 2.9.2 (#1891)\n\n* Update cairo-lang deps to 2.9.2\n\n* update makefile\n\n* fix",
"timestamp": "2024-12-11T19:04:26Z",
"tree_id": "390ad9a7e4ebc872dfad8a9244a4748e6e70f870",
"url": "https://github.com/lambdaclass/cairo-vm/commit/b416f80b0af39ce25358554651391c2c0a1289e8"
},
"date": 1733945621793,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13991,
"range": "± 100",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8034218,
"range": "± 36835",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2006742

Please sign in to comment.