-
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 2e24b6a
- Loading branch information
github-action-benchmark
committed
Apr 25, 2024
1 parent
14a682d
commit f69a854
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": 1714063641104, | ||
"lastUpdate": 1714081323531, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -122803,6 +122803,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": false, | ||
"id": "2e24b6a15704e038f4a15dfdb89c13ab14cba569", | ||
"message": "Bump to 2.6.3 + Remove gas checks (#1709)\n\n* bumping compiler version and removing gas\n\n* Update cairo-lang dependencies to 2.6.3\n\n* Update CasmContractClass import\n\n* Bump corelib\n\n* Un-comment additional_initialization\n\n* Allow return_type_id to be None\n\n* Compile with skip_auto_withdraw_gas\n\n* Use custom impl of poseidon_hash_many\n\n* Yeet create_metadata\n\n* Remove unused imports\n\n* Add missing imports\n\n* Remove additional initialization\n\n* Update lock\n\n* fix\n\n* Add instructions to add Scarb.toml setting in README\n\n* Add temp fix for nullable_box_vec\n\n* Ignore GasBuiltin when deserializng outputs\n\n* Add Known bugs & issues section\n\n* Fix run_dict_with_struct\n\n* Fix compilation for tests\n\n* Add changelog entry\n\n* Fix non-optional dependency\n\n---------\n\nCo-authored-by: Ariel Elperin <[email protected]>\nCo-authored-by: Pedro Fontana <[email protected]>\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-04-25T20:44:58Z", | ||
"tree_id": "7e43d733fb73a2e5b424815511c476ea5d261164", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/2e24b6a15704e038f4a15dfdb89c13ab14cba569" | ||
}, | ||
"date": 1714081318148, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20920, | ||
"range": "± 80", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11560016, | ||
"range": "± 150231", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|