Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 79cb881
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 22, 2024
1 parent f27c878 commit 421c180
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": 1716329957080,
"lastUpdate": 1716383984962,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -123667,6 +123667,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Olivier Desenfans",
"username": "odesenfans"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "79cb8816879e34fc5cbdabae1032606644b6771f",
"message": "fix: make `OutputBuiltinState` public (#1769)\n\n* fix: make `OutputBuiltinState` public\n\nThe output state related functions (ex: `set_state`) are unusable if this\nstruct is private.\n\n* changelog",
"timestamp": "2024-05-22T13:00:10Z",
"tree_id": "b3721c28fcf1e9c12a6a2bab2486074ff3c9a1a9",
"url": "https://github.com/lambdaclass/cairo-vm/commit/79cb8816879e34fc5cbdabae1032606644b6771f"
},
"date": 1716383978970,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14095,
"range": "± 172",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 12066582,
"range": "± 236101",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 421c180

Please sign in to comment.