-
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 0a39534
- Loading branch information
github-action-benchmark
committed
Jan 23, 2024
1 parent
958a238
commit 840e68f
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": 1706046685625, | ||
"lastUpdate": 1706049640830, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -120463,6 +120463,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": "0a39534ae1f7e33e507301850740d1ab94b7c8b1", | ||
"message": "Add `print_output` flag to `cairo-1` crate (#1575)\n\n* Add proof_mode flag to cairo1-run\n\n* Add Changelog entry\n\n* Clippy\n\n* clippy\n\n* Add `air_public_input` flag\n\n* Progress\n\n* Update builtins stop ptrs when running cairo 1\n\n* Change visibility\n\n* Change visibility\n\n* Fix\n\n* Fix trace not enables\n\n* Build execution public memory\n\n* Handle EcOp case\n\n* Fix typo\n\n* Use cleaner solution\n\n* Fix\n\n* Improve comments\n\n* Add changelog entry\n\n* Add args flag\n\n* Handle arguments\n\n* Handle arg size & add tests\n\n* Parse array arguments\n\n* Fix language\n\n* reorder\n\n* Add changelog entry\n\n* Move programs with args to an inner folder\n\n* Implement get_air_private_input for RangeCheck;\n\n* Implement air_private_input for Bitwise;\n\n* Implement air_private_input for Hash\n\n* Update proof_programs symlinks\n\n* Add EcOp priv input variant\n\n* Implement air_private_input for EcOp\n\n* Implement air_private_input for Poseidon & Signature\n\n* Implement air_private_input for Keccak\n\n* Add AirPrivateInput serialization\n\n* Remove unwrap\n\n* Add targets to compare private inputs against python vm\n\n* Add separate script to compare private inputs\n\n* Ignore & Clean output files\n\n* Fix target\n\n* Fix README example\n\n* Fix + fmt\n\n* Fetch absolute paths in cli and remove feature-gate\n\n* Fix ecdsa private input\n\n* Add no-std import\n\n* Add Chaneglog entry\n\n* Update README\n\n* Add cli tests\n\n* Add case to cli test\n\n* Fix conditional\n\n* Add no-std import\n\n* fmt\n\n* fix\n\n* Add air_private_input flag\n\n* Remove unwraps\n\n* fix\n\n* Add new flag to tests\n\n* Add Cli argument list to README\n\n* Add Chaneglog entry\n\n* Fix changelog\n\n* Add tests so coverage doesnt sink\n\n* Fix test\n\n* Fix test\n\n* Fix test\n\n* Add tests so coverage doesnt sink\n\n* Fix test\n\n* Fix test\n\n* Fix test\n\n* Fix symlink\n\n* Remove broken file\n\n* Rename enum\n\n* Revert \"Rename enum\"\n\nThis reverts commit 1674f734c722a2684240932168bf72ee76969a8a.\n\n* Recursively process ouputs to string\n\n* Update name\n\n* Fix whitespace handling\n\n* Simplify logic\n\n* Add print_output flag\n\n* Add changelog entry\n\n* Add test file\n\n* Add whitespace\n\n* Update test\n\n* Clippy\n\n* Add air_private_input check to CI\n\n* Update CHANGELOG.md\n\n---------\n\nCo-authored-by: Juan Bono <[email protected]>\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-01-23T22:11:08Z", | ||
"tree_id": "64d979150e1f191b22bbec50dcd9428bd664d5aa", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/0a39534ae1f7e33e507301850740d1ab94b7c8b1" | ||
}, | ||
"date": 1706049635368, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 22923, | ||
"range": "± 262", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 12253348, | ||
"range": "± 350266", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|