-
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 3f3df3e
- Loading branch information
github-action-benchmark
committed
Dec 12, 2024
1 parent
8c02f56
commit 292f90c
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": 1734014442496, | ||
"lastUpdate": 1734019737427, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -125935,6 +125935,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": false, | ||
"id": "3f3df3eb76acf03105b0698b650db2c46dcf3fa5", | ||
"message": "Fix getrandom wildcard dep (#1894)\n\n* fix getrandom dep\n\n* changelog", | ||
"timestamp": "2024-12-12T15:39:45Z", | ||
"tree_id": "a99b8b287d7f386cc85288f68235714fbe34cb8e", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/3f3df3eb76acf03105b0698b650db2c46dcf3fa5" | ||
}, | ||
"date": 1734019731185, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13551, | ||
"range": "± 104", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8472767, | ||
"range": "± 428078", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|