-
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 88031c7
- Loading branch information
github-action-benchmark
committed
May 30, 2024
1 parent
736d8b2
commit a36c443
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": 1716920697681, | ||
"lastUpdate": 1717077460062, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123919,6 +123919,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "fmoletta", | ||
"username": "fmoletta" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "88031c749e994e6d210ec3613c2f7ca20b0954e0", | ||
"message": "refactor: Add boolean method `Cairo1RunConfig::copy_to_output` + Update Doc (#1778)\n\n* Add boolean method copy_to_output\n\n* Update doc\n\n* Update doc\n\n* Add changelog entry\n\n* fmt", | ||
"timestamp": "2024-05-30T13:38:57Z", | ||
"tree_id": "11585be5b463340057d9262854ae1e70867e7eca", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/88031c749e994e6d210ec3613c2f7ca20b0954e0" | ||
}, | ||
"date": 1717077453576, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 14357, | ||
"range": "± 98", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11606500, | ||
"range": "± 97607", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|