-
Notifications
You must be signed in to change notification settings - Fork 164
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 4e55e35
- Loading branch information
github-action-benchmark
committed
Dec 2, 2024
1 parent
6d5c8bd
commit 5e7cdf7
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": 1733174701427, | ||
"lastUpdate": 1733180258033, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -125683,6 +125683,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Stephen Shelton", | ||
"username": "notlesh" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4e55e354479a835341b0bdcadd340cf71da576b7", | ||
"message": "Convert relocation table to HashMap<usize, MaybeRelocatable> (#1862)\n\n* Convert relocation table to HashMap<usize, MaybeRelocatable>\n\n* Update CHANGELOG\n\n* Add documentation\n\n* Add a couple basic tests\n\n* First pass at hiding relocation table mods behind extensive_hints\n\n* fmt\n\n* Run tests only for feature = \"extensive_hints\"\n\n* Silence clippy warning about useless conversion\n\n* Only use Into if \"extensive_hints\"\n\nCo-authored-by: Gabriel Bosio <[email protected]>\n\n---------\n\nCo-authored-by: Gabriel Bosio <[email protected]>", | ||
"timestamp": "2024-12-02T22:29:46Z", | ||
"tree_id": "f297da3239383e5792f109d52940d7c150499090", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/4e55e354479a835341b0bdcadd340cf71da576b7" | ||
}, | ||
"date": 1733180251700, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13554, | ||
"range": "± 110", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8124869, | ||
"range": "± 62247", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|