-
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 b416f80
- Loading branch information
github-action-benchmark
committed
Dec 11, 2024
1 parent
3e9d21c
commit 2006742
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": 1733865994423, | ||
"lastUpdate": 1733945628513, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -125827,6 +125827,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": "b416f80b0af39ce25358554651391c2c0a1289e8", | ||
"message": "Update cairo-lang deps to 2.9.2 (#1891)\n\n* Update cairo-lang deps to 2.9.2\n\n* update makefile\n\n* fix", | ||
"timestamp": "2024-12-11T19:04:26Z", | ||
"tree_id": "390ad9a7e4ebc872dfad8a9244a4748e6e70f870", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/b416f80b0af39ce25358554651391c2c0a1289e8" | ||
}, | ||
"date": 1733945621793, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13991, | ||
"range": "± 100", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8034218, | ||
"range": "± 36835", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|