Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 69ae745
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 5, 2024
1 parent f5869ce commit 61bfc1b
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": 1710969716458,
"lastUpdate": 1712329966069,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121795,6 +121795,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "orizi",
"username": "orizi"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "69ae74534c50725b347837e5282eaaa735c3a096",
"message": "feat: Reorganized builtins to be in the top of stack at the end of run. (#1686)\n\n* feat: Reorganized builtins to be in the top of stack at the end of run.\n\n* Push fixes\n\n* fmt\n\n* add changelog change\n\n---------\n\nCo-authored-by: Federica <[email protected]>\nCo-authored-by: juanbono <[email protected]>",
"timestamp": "2024-04-05T14:06:55Z",
"tree_id": "25e8ea95f5cc7f4c4bb43c410c04f0aaec51b384",
"url": "https://github.com/lambdaclass/cairo-vm/commit/69ae74534c50725b347837e5282eaaa735c3a096"
},
"date": 1712329960672,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 22468,
"range": "± 80",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11812556,
"range": "± 404969",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 61bfc1b

Please sign in to comment.