Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unpin cairo-vm version for cairo1-run crate (#1455)
* Add basic example for running Cairo 1 programs * FileWriter * Fix issue * Fix cargo lock * Fix typo * CLI for cairo1 run * CLI * Test for the cli * Clone corelib, add it to ignore * Delete pub, set bincode to workspace * Delete corelib * New line * Remove corelib, download it * .Phony * Add readme documentation * change place of doc in readme * Run with release * Try running all files * Fix makefile to compile everything * add workflow * Endlines * test workflow * change on in workflow * yaml fix * change on in workflow * change on in workflow * Fix typo * Fix cairo vm dependecy * Modify changelog * Modify workflow * Clone with https * use cairo1 run makefile * Add cairo 1 programs * Pin cairo version to 2.2.0 * Update documentation * Update workflow * Add cairo 1 program * Update dependencies * Update test workflow * Extract entrypoint from function name * Extract return values from main func and distinguish panics (First darft, needs cleaning) * Improve return values output * Show panick data * Parse panic data * Remove TODO & some unwraps * Add newline at end of file * Use own Cairo1HintProcessor instead or importing the one on cairo_lang_runner * Remove RunFunctionContext * Remove more imports * Use fixed entrypoint * Use fixed entrypoint * Miror find_function * Mirror create_code_footer * Miror create_entry_code * Remove cairo_lang_runner imports * unpin cairo-vm dependency * Add layout flag to make run * Remove dependency * Remove comment * fmt + clippy * Add changelog + update lock * Validate values in tests 7 fix return values * Fix test * fmt * clippy * Remove unwraps * Bump cairo imports version * Bump dep version * fmt * Remove unwrap * Create only the builtins used by the program when running cairo 1 programs (#1457) * Add features to cairo1-run * Add cairo1-run to default members * Add mimalloc dependency * Try stuff * Revert "Try stuff" This reverts commit 5fb206c. * Free up space in ubuntu runner * Also partition test-no-std * Revert "Free up space in ubuntu runner" This reverts commit 076ac69. --------- Co-authored-by: Mariano Nicolini <[email protected]> Co-authored-by: Milton <[email protected]> Co-authored-by: mmsc2 <[email protected]> Co-authored-by: Pedro Fontana <[email protected]>
- Loading branch information
01a5773
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.add_u64_with_felt/1
4
ns/iter (± 0
)2
ns/iter (± 0
)2
add_u64_with_felt/2
4
ns/iter (± 0
)2
ns/iter (± 0
)2
add_u64_with_felt/3
2
ns/iter (± 0
)1
ns/iter (± 0
)2
add_u64_with_felt/4
2
ns/iter (± 0
)1
ns/iter (± 0
)2
add_u64_with_felt/5
2
ns/iter (± 0
)1
ns/iter (± 0
)2
add_u64_with_felt/6
4
ns/iter (± 0
)2
ns/iter (± 0
)2
add_u64_with_felt/7
4
ns/iter (± 0
)2
ns/iter (± 0
)2
add_u64_with_felt/8
3
ns/iter (± 0
)2
ns/iter (± 0
)1.50
This comment was automatically generated by workflow using github-action-benchmark.
CC: @unbalancedparentheses