Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 5c5d1f2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 23, 2024
1 parent 5641116 commit cba9f78
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": 1716483867676,
"lastUpdate": 1716492179137,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -123775,6 +123775,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": "5c5d1f20f65c833b4666844aeaabb4486d27c001",
"message": "Serialize inputs into output segment (#1770)\n\n* Fix bug\n\n* Refactor\n\n* Clippy\n\n* Update changelog\n\n* Typo\n\n* Simplify logic\n\n* Add fn to check that the return type is Array<Felt252>>\n\n* Add check to cairo_run_program\n\n* First draft\n\n* Progress & conc\n\n* Leave a gap for final builtin pointers if copy_to_output_builtin is true\n\n* Reorder code so we do not lose variables in the middle\n\n* progress\n\n* Success\n\n* :broom:\n\n* Fix bug\n\n* Handle panic flag\n\n* Update fetch return values\n\n* Add doc\n\n* refactor & serialize_output changes\n\n* Move check up\n\n* Fix output builtin final ptr\n\n* Add TODO\n\n* Update tests\n\n* Remove uneeded TODO\n\n* Find the lost segment arena pointer\n\n* Add serialized versions of programs used for cairo 1 testing\n\n* Fix some tests\n\n* Update tests\n\n* Fix some test programs\n\n* Impl custom Serde for tensor_new test\n\n* Make test pass\n\n* Doc\n\n* Custom serialization for felt_dict tests\n\n* More custom serde\n\n* Custom serde\n\n* Clippy\n\n* Update doc\n\n* Remove debug print\n\n* Add CHANGELOG entry\n\n* Add casm instructions to serialize input right after output\n\n* Update output handling\n\n* Only serialize inputs if there are inputs\n\n* Update integration test\n\n* Fix\n\n* Update test programs\n\n* Fix tests\n\n* Fix tests\n\n* Add test\n\n* Check only array<felt252> input\n\n* Add CHANGELOG entry\n\n* Adjust check\n\n* Update test\n\n* Add comment\n\n* Clippy\n\n* Fix\n\n* Fix conflict\n\n* Fix conflict",
"timestamp": "2024-05-23T19:03:52Z",
"tree_id": "81a7c96687e8a479fe92b9bf7bdb40b29142511f",
"url": "https://github.com/lambdaclass/cairo-vm/commit/5c5d1f20f65c833b4666844aeaabb4486d27c001"
},
"date": 1716492173302,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13963,
"range": "± 40",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11790902,
"range": "± 270283",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit cba9f78

Please sign in to comment.