Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 4bd5794
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent fad89c0 commit d3b5a3b
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": 1730930688689,
"lastUpdate": 1731434129796,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125359,6 +125359,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": true,
"id": "4bd5794c3fd67fd3e34db6d07b46975a08651052",
"message": "Sort_ecdsa_and_mod_builtins_private_inputs_by_idx (#1851)\n\n* Sort_ecdsa_and_mod_builtins_private_inputs_by_idx\n\n* Add signature `get_air_private_input` test and msg if somehow reaching unreachable clause\n\n* sort sigs before iterating\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-11-12T17:28:35Z",
"tree_id": "11218d9f84d5294bd9c17d2d0a28a915a384d426",
"url": "https://github.com/lambdaclass/cairo-vm/commit/4bd5794c3fd67fd3e34db6d07b46975a08651052"
},
"date": 1731434123961,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14407,
"range": "± 175",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8133434,
"range": "± 89614",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d3b5a3b

Please sign in to comment.