Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 14ec3e3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 27, 2024
1 parent 63bbc98 commit f158f94
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": 1727106726921,
"lastUpdate": 1727477067025,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -124963,6 +124963,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Julian Gonzalez Calderon",
"username": "JulianGCalderon"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "14ec3e33cb33287cf3a012b852af9932364b0bf5",
"message": "Add dynamic layout basic support (#1824)\n\n* Fix Zero segment location.\n\n* Fixed has_zero_segment naming\n\n* Fix prover input.\n\n* Fixed version reading when no version is supplied\n\n* Added change to changelog.\n\n* fix test_from_serializable()\n\n* fix panic_impl error\n\n* fix cairo version\n\n* Add dummy changelog\n\n* Pin wasm-bindgen\n\n* Register change in CHANGELOG\n\n* Update Cargo.lock\n\n* Remove changes from CHANGELOG\n\n* Add argument parsing for layout params file\n\n* Add dynamic support (no implement)\n\n* Add cairo_layout_params_file.example.json\n\n* Implement dynamic layout creation\n\n* Update CHANGELOG\n\n* Add cli dynamic support for cairo 1\n\n* Make wasm compatible\n\n* Use public_memory_fraction = 4 vy default\n\n* Deserialize bool from int\n\n* Add comparison with python-vm (failing)\n\n* Rebuild .rs files in makefile\n\n* Use 8 as dynamic public_memory_fraction\n\nThe same value is used in python-vm\n\n* Use None ratio for dynamic unused builtins\n\n* Add rangecheck96 to private inputs\n\n* Make dyn py files depend on params_file\n\n* Use cpu_component_step=1 by default\n\n* Fix typo in private inputs\n\n* Add range check value to air private input test\n\n* Fix zero segment location\n\n* Use zero builtin instead of None\n\n* Add debug scripts\n\n* Remove dup makefile recipes\n\n* remove outdated test\n\n* Enable ensure-no_std on test\n\n* Fix tests\n\n* Add correct test\n\n* Rename tset\n\n* Add comment\n\n* Add debugging document\n\n* Update cairo layout params file\n\n* Remove duplicated range check\n\n* Remove dup\n\n* Remove debugging and scrippts (moveed to another branch)\n\n* Add comment\n\n* Add tests\n\n* Add dynamic test to cairo-vm-cli\n\n* Add parse test\n\n* Remove compare all dynamic\n\n* Add script for comparing with dynamic layouts\n\n* Add tests to workflow\n\n* Delete logic changes\n\nThey are going to be moved to another branch\n\n* Delete more logic changes\n\n* Update rust.yml\n\n* Rename compare_outputs_dynamic_layout.sh to compare_outputs_dynamic_layouts.sh\n\n* Update test script\n\n* Add more tests\n\n* Rename parameter for clarity\n\n* Enable mod builtin only on feature with dynamic layout\n\n* Remove debug assert\n\n* Refactor errors into variants\n\n* Fix failing test\n\n* Move cairo_layout_params_file to test folder\n\n* Document cairo_layout_param_file in the README.md\n\n* Fix clippy warning\n\n* Use mod_builtin feature in tests\n\n---------\n\nCo-authored-by: Alon Titelman <[email protected]>\nCo-authored-by: Yuval Goldberg <[email protected]>\nCo-authored-by: Omri Eshhar <[email protected]>",
"timestamp": "2024-09-27T22:17:37Z",
"tree_id": "29a7091636dcafbc43eae4eb745d8700da1a9946",
"url": "https://github.com/lambdaclass/cairo-vm/commit/14ec3e33cb33287cf3a012b852af9932364b0bf5"
},
"date": 1727477060502,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13487,
"range": "± 113",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8048864,
"range": "± 74517",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit f158f94

Please sign in to comment.