-
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 59a97c7
- Loading branch information
github-action-benchmark
committed
Mar 7, 2024
1 parent
f8cd341
commit b3129af
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": 1709845184218, | ||
"lastUpdate": 1709845193103, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -121471,6 +121471,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": "59a97c75394037687d7064a7f8641dc679c5842f", | ||
"message": "Show only layout builtins in air private input (#1651)\n\n* Show only layout builtins in air private input\n\n* Add test\n\n* Add changelog entry\n\n* Fix wasm import", | ||
"timestamp": "2024-03-07T20:32:23Z", | ||
"tree_id": "525233e8512e153ae3061030523a49392ccd5ce0", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/59a97c75394037687d7064a7f8641dc679c5842f" | ||
}, | ||
"date": 1709845188019, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 23254, | ||
"range": "± 78", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11463629, | ||
"range": "± 808958", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|