Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 43c6d50
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 12, 2024
1 parent 2006742 commit a361202
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": 1733945628513,
"lastUpdate": 1734007755252,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125863,6 +125863,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": false,
"id": "43c6d50f364e463d7d7fbe37ac3602f1b10a0b10",
"message": "Update starknet-crypto to 0.7.3 (#1892)\n\n* Update starknet-crypto to 0.7.3\n\n* try to fix wasm",
"timestamp": "2024-12-12T12:19:28Z",
"tree_id": "b8b2c494410e26676287067616b711612b070dd7",
"url": "https://github.com/lambdaclass/cairo-vm/commit/43c6d50f364e463d7d7fbe37ac3602f1b10a0b10"
},
"date": 1734007748474,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14105,
"range": "± 115",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8077951,
"range": "± 45447",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a361202

Please sign in to comment.