Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 4e55e35
Browse files Browse the repository at this point in the history
  • 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.
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": 1733174701427,
"lastUpdate": 1733180258033,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 5e7cdf7

Please sign in to comment.