-
Notifications
You must be signed in to change notification settings - Fork 160
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 1f98fef
- Loading branch information
github-action-benchmark
committed
Feb 10, 2024
1 parent
215219e
commit fd7e55c
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": 1707512444709, | ||
"lastUpdate": 1707526825478, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -120859,6 +120859,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Pedro Fontana", | ||
"username": "pefontana" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "1f98feff566dd2da016e439f5e8db912c6e39872", | ||
"message": "Update cairo-lang version to 2.5.3 (#1596)\n\n* Update cairo-lang version to 2.5.3\n\n* Fix cairo programs\n\n* Update rust changes\n\n* update CHANGELOG.md\n\n* typo\n\n* Fix array_append.cairo program\n\n* Update rust version to 1.74.1\n\n* cargo fmt -all\n\n* Update Makefile\n\n* cargo clippy --fix\n\n* fix cargo clippy\n\n* restore fuzzer/Cargo.lock\n\n* restore cairo1-run\n\n* restore cairo programs\n\n* Restore Makefile\n\n* Restore cairo1-run/Makefile\n\n* restore vm/src/tests/cairo_1_run_from_entrypoint_tests.rs\n\n* Revert \"restore cairo programs\"\n\nThis reverts commit d3c98364ee738fd596a51940c3b3d9b1c1286f95.\n\n* Update cairo1-run crate\n\n* Revert \"restore vm/src/tests/cairo_1_run_from_entrypoint_tests.rs\"\n\nThis reverts commit 4212f1ed0b4ad93f05d19ad0b2b3266d68b332b2.\n\n* fix uint256_div_mod entrypoint\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-02-10T00:32:50Z", | ||
"tree_id": "75d12174d6bec659e5d79f6ec863b46c2d8f3146", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/1f98feff566dd2da016e439f5e8db912c6e39872" | ||
}, | ||
"date": 1707526820609, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 21015, | ||
"range": "± 206", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 13919139, | ||
"range": "± 291291", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|