-
Notifications
You must be signed in to change notification settings - Fork 157
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 a30e5c8
- Loading branch information
github-action-benchmark
committed
May 23, 2024
1 parent
5bbefde
commit 5641116
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": 1716412555545, | ||
"lastUpdate": 1716483867676, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123739,6 +123739,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Olivier Desenfans", | ||
"username": "odesenfans" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a30e5c8e5c9e2c6502da595cc96582a118ff62c0", | ||
"message": "fix: make MemorySegmentManager.finalize() public (#1771)\n\n* fix: make MemorySegmentsManager.finalize() public\n\nThis method is used in some of the bootloader hints.\n\n* changelog", | ||
"timestamp": "2024-05-23T16:45:49Z", | ||
"tree_id": "bffdda6d50c6cbbc342a1b06e9950f580129dc4e", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/a30e5c8e5c9e2c6502da595cc96582a118ff62c0" | ||
}, | ||
"date": 1716483862009, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13943, | ||
"range": "± 92", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11726074, | ||
"range": "± 339936", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|