-
Notifications
You must be signed in to change notification settings - Fork 157
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 79cb881
- Loading branch information
github-action-benchmark
committed
May 22, 2024
1 parent
f27c878
commit 421c180
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": 1716329957080, | ||
"lastUpdate": 1716383984962, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123667,6 +123667,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Olivier Desenfans", | ||
"username": "odesenfans" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "79cb8816879e34fc5cbdabae1032606644b6771f", | ||
"message": "fix: make `OutputBuiltinState` public (#1769)\n\n* fix: make `OutputBuiltinState` public\n\nThe output state related functions (ex: `set_state`) are unusable if this\nstruct is private.\n\n* changelog", | ||
"timestamp": "2024-05-22T13:00:10Z", | ||
"tree_id": "b3721c28fcf1e9c12a6a2bab2486074ff3c9a1a9", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/79cb8816879e34fc5cbdabae1032606644b6771f" | ||
}, | ||
"date": 1716383978970, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 14095, | ||
"range": "± 172", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 12066582, | ||
"range": "± 236101", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|