-
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 bc276ce
- Loading branch information
github-action-benchmark
committed
Apr 25, 2024
1 parent
8ea7b3e
commit 14a682d
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": 1713999827941, | ||
"lastUpdate": 1714063641104, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -122767,6 +122767,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": "bc276ce6c83eaba4b73e70dd197dbca6bea04e8d", | ||
"message": "Implement running from `CairoPie` (#1720)\n\n* Implement CairoPieMetadata validity checks\n\n* Save progres\n\n* Progress\n\n* Progress\n\n* Clippy\n\n* Impl generic serialization for suffixed ver\n\n* Implement custom generic deserialization\n\n* Rename module\n\n* Complete API\n\n* Add docs & examples\n\n* Fix docs\n\n* Remove reference from method\n\n* Add clippy allow\n\n* Add changelog entry\n\n* Add no-std import\n\n* Fix\n\n* fmt\n\n* Use a wrapper for CairoPie additional data\n\n* Update changelog\n\n* Fix tests + fmt\n\n* Add test for validity checks\n\n* Start implementing cairo_run_pie\n\n* Implement extend_additional_data for hash\n\n* Handle check\n\n* Simplify\n\n* Simplify\n\n* Implement extend_additional_data for ecdsa\n\n* Add test\n\n* Implement extend_additional_data for output\n\n* Implement extend_additional_data for enum\n\n* Add changelog entry\n\n* Add doc comments to get_additional_data & extend_additional_data\n\n* Check n_steps\n\n* Fail if proof mode\n\n* wip\n\n* Finalize segments by cairo pie\n\n* Add integration test for fibonacci\n\n* Impl check_pie_compatibility\n\n* Simplify code\n\n* Generalize test\n\n* Extend additional data\n\n* Improve test\n\n* Fix bug + add more test cases\n\n* Add more test cases\n\n* Add doc\n\n* Add test\n\n* Add docs\n\n* Add changelog entry\n\n* clippy\n\n* changelog\n\n* fmt", | ||
"timestamp": "2024-04-25T15:48:45Z", | ||
"tree_id": "9d5c48d466b1177ca202ed1b07b383b1cf0d1b90", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/bc276ce6c83eaba4b73e70dd197dbca6bea04e8d" | ||
}, | ||
"date": 1714063635129, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20859, | ||
"range": "± 123", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11735845, | ||
"range": "± 429154", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|