Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 388a4e5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 21, 2024
1 parent 6a99b31 commit 29163c5
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": 1732046257147,
"lastUpdate": 1732189757014,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125503,6 +125503,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": "388a4e51001377717b7e4c902c35f8e271c92ad7",
"message": "v2.0.0-rc1 (#1876)\n\nCo-authored-by: Franco Giachetta <[email protected]>",
"timestamp": "2024-11-21T11:21:50Z",
"tree_id": "aaa559f31e83ab14eab91c3982a84db8b03640f4",
"url": "https://github.com/lambdaclass/cairo-vm/commit/388a4e51001377717b7e4c902c35f8e271c92ad7"
},
"date": 1732189750977,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13558,
"range": "± 75",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8073863,
"range": "± 60957",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 29163c5

Please sign in to comment.