-
Notifications
You must be signed in to change notification settings - Fork 156
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 0b30ba2
- Loading branch information
github-action-benchmark
committed
Nov 22, 2024
1 parent
29163c5
commit 08075f5
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": 1732189757014, | ||
"lastUpdate": 1732301705836, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -125539,6 +125539,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Gabriel Bosio", | ||
"username": "gabrielbosio" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0b30ba24485d72e88a81cf9867a1a1e3c3a7112e", | ||
"message": "Update codeowners (#1879)", | ||
"timestamp": "2024-11-22T18:21:01Z", | ||
"tree_id": "87730ede42ff75b039ed3bd8f5c56117e201ea1b", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/0b30ba24485d72e88a81cf9867a1a1e3c3a7112e" | ||
}, | ||
"date": 1732301699418, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13528, | ||
"range": "± 183", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8567970, | ||
"range": "± 361686", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|