Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 39ad790
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 5, 2024
1 parent 7ce2572 commit f9f0f26
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": 1729717343561,
"lastUpdate": 1730847316681,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125215,6 +125215,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "YairVaknin-starkware",
"username": "YairVaknin-starkware"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "39ad790554b50811eec0a236abf4db356fd69956",
"message": "Skip_pedersen_comparison_when_checking_pie_compatibility (#1855)\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-11-05T22:30:34Z",
"tree_id": "750d9e8f6d15197a5041d4970df38375cf0f577c",
"url": "https://github.com/lambdaclass/cairo-vm/commit/39ad790554b50811eec0a236abf4db356fd69956"
},
"date": 1730847310742,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14157,
"range": "± 163",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8364207,
"range": "± 334971",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit f9f0f26

Please sign in to comment.