-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 4bd5794
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|