Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 0b6d116
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 20, 2024
1 parent b26d73b commit f5869ce
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": 1710968754550,
"lastUpdate": 1710969716458,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121759,6 +121759,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Alon-Ti",
"username": "Alon-Ti"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "0b6d1160f505f7d1b316500a5a3213d207a07d3c",
"message": "Update segment used offsets with output size. (#1681)\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-03-20T20:16:44Z",
"tree_id": "60a829d85105106d8683aead65b746a60ce30426",
"url": "https://github.com/lambdaclass/cairo-vm/commit/0b6d1160f505f7d1b316500a5a3213d207a07d3c"
},
"date": 1710969711258,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20897,
"range": "± 61",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11659825,
"range": "± 80294",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit f5869ce

Please sign in to comment.