-
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 94a3d3b
- Loading branch information
github-action-benchmark
committed
Mar 13, 2024
1 parent
fc56bb8
commit 4147e80
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": 1709927825807, | ||
"lastUpdate": 1710344967359, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -121579,6 +121579,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "fmoletta", | ||
"username": "fmoletta" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "94a3d3b3387239f7340e48f9065cff483309db78", | ||
"message": "Fix error handling in `initialize_state` (#1657)\n\n* Fix error handling in initialize_state\n\n* Add changelog entry\n\n* Refactor code according to suggestion", | ||
"timestamp": "2024-03-13T14:41:21Z", | ||
"tree_id": "25699d1270253feea7e2d9037505e9ac7c3630df", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/94a3d3b3387239f7340e48f9065cff483309db78" | ||
}, | ||
"date": 1710344961197, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 24387, | ||
"range": "± 66", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11597420, | ||
"range": "± 89211", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|