Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for bc276ce
Browse files Browse the repository at this point in the history
  • 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.
38 changes: 37 additions & 1 deletion data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 14a682d

Please sign in to comment.