-
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 40257f3
- Loading branch information
github-action-benchmark
committed
Jul 12, 2024
1 parent
f50f280
commit d6c0cb2
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": 1720207617356, | ||
"lastUpdate": 1720825954692, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -124207,6 +124207,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Julian Gonzalez Calderon", | ||
"username": "JulianGCalderon" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "40257f3b4daccdcb45f2edddedde8c39a4ce6ba8", | ||
"message": "fix: Deserialization of negative numbers in scientific notation (#1804)\n\n* fix bug: deserializing negative numbers in scientific notation\n\n* Update changelog", | ||
"timestamp": "2024-07-12T22:49:24Z", | ||
"tree_id": "37af6ccde879bacb0db38526d516f9cc421550e9", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/40257f3b4daccdcb45f2edddedde8c39a4ce6ba8" | ||
}, | ||
"date": 1720825948270, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13969, | ||
"range": "± 106", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 14255502, | ||
"range": "± 440978", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|