issues
search
lambdaclass
/
starknet_in_rust
A Rust implementation of Starknet execution logic
Apache License 2.0
171
stars
52
forks
source link
Allow `internals` bench to run with AOT/JIT/VM
#1233
Closed
fmoletta
closed
8 months ago
fmoletta
commented
8 months ago
Adds cli args handling to select wether to run the bench in jit or aot when running with cairo-native feature (similar to yas bench)
Fixes not being able to run the bench when the cairo-native feature is not enables
Adds top-level comment outlining usage
Closes #1174
Closes #1174