-
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 3acb1cc
- Loading branch information
github-action-benchmark
committed
Dec 12, 2024
1 parent
a361202
commit 8c02f56
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": 1734007755252, | ||
"lastUpdate": 1734014442496, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -125899,6 +125899,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Edgar", | ||
"username": "edg-l" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "3acb1cc46db246a609548f1d5a35a151fc2b286c", | ||
"message": " Bump version to v2.0.0-rc2 (#1893)", | ||
"timestamp": "2024-12-12T14:10:41Z", | ||
"tree_id": "4940f56162336426fbd112b5007e8ad483acf6be", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/3acb1cc46db246a609548f1d5a35a151fc2b286c" | ||
}, | ||
"date": 1734014436290, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13520, | ||
"range": "± 92", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8202768, | ||
"range": "± 201398", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|