Skip to content

Commit 840e68f

Browse files
author
github-action-benchmark
committed
add Benchmark (cargo) benchmark result for 0a39534
1 parent 958a238 commit 840e68f

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

data.js

+37-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1706046685625,
2+
"lastUpdate": 1706049640830,
33
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
44
"entries": {
55
"Benchmark": [
@@ -120463,6 +120463,42 @@ window.BENCHMARK_DATA = {
120463120463
"unit": "ns/iter"
120464120464
}
120465120465
]
120466+
},
120467+
{
120468+
"commit": {
120469+
"author": {
120470+
"email": "[email protected]",
120471+
"name": "fmoletta",
120472+
"username": "fmoletta"
120473+
},
120474+
"committer": {
120475+
"email": "[email protected]",
120476+
"name": "GitHub",
120477+
"username": "web-flow"
120478+
},
120479+
"distinct": true,
120480+
"id": "0a39534ae1f7e33e507301850740d1ab94b7c8b1",
120481+
"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]>",
120482+
"timestamp": "2024-01-23T22:11:08Z",
120483+
"tree_id": "64d979150e1f191b22bbec50dcd9428bd664d5aa",
120484+
"url": "https://github.com/lambdaclass/cairo-vm/commit/0a39534ae1f7e33e507301850740d1ab94b7c8b1"
120485+
},
120486+
"date": 1706049635368,
120487+
"tool": "cargo",
120488+
"benches": [
120489+
{
120490+
"name": "initialize",
120491+
"value": 22923,
120492+
"range": "± 262",
120493+
"unit": "ns/iter"
120494+
},
120495+
{
120496+
"name": "parse program",
120497+
"value": 12253348,
120498+
"range": "± 350266",
120499+
"unit": "ns/iter"
120500+
}
120501+
]
120466120502
}
120467120503
]
120468120504
}

0 commit comments

Comments
 (0)