Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 94a3d3b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 13, 2024
1 parent fc56bb8 commit 4147e80
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": 1709927825807,
"lastUpdate": 1710344967359,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121579,6 +121579,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": "94a3d3b3387239f7340e48f9065cff483309db78",
"message": "Fix error handling in `initialize_state` (#1657)\n\n* Fix error handling in initialize_state\n\n* Add changelog entry\n\n* Refactor code according to suggestion",
"timestamp": "2024-03-13T14:41:21Z",
"tree_id": "25699d1270253feea7e2d9037505e9ac7c3630df",
"url": "https://github.com/lambdaclass/cairo-vm/commit/94a3d3b3387239f7340e48f9065cff483309db78"
},
"date": 1710344961197,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 24387,
"range": "± 66",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11597420,
"range": "± 89211",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 4147e80

Please sign in to comment.