File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ for file in $(ls $tests_path | grep .cairo | sed -E 's/\.cairo//'); do
99 export PATH=" $( pyenv root) /shims:$PATH "
1010
1111 hyperfine \
12- -n " Cairo VM (CPython)" " PYENV_VERSION=3.9.15 cairo-run --layout starknet_with_keccak --program $tests_path /$file .json" \
13- -n " Cairo VM (PyPy)" " PYENV_VERSION=pypy3.9-7.3.9 cairo-run --layout starknet_with_keccak --program $tests_path /$file .json" \
14- -n " cairo-rs (Rust)" " ../target/release/cairo-vm-cli $tests_path /$file .json --layout starknet_with_keccak"
12+ -n " Cairo VM (CPython)" " PYENV_VERSION=3.9.15 cairo-run --proof_mode --memory_file /dev/null --trace_file /dev/null -- layout starknet_with_keccak --program $tests_path /$file .json" \
13+ -n " Cairo VM (PyPy)" " PYENV_VERSION=pypy3.9-7.3.9 cairo-run --proof_mode --memory_file /dev/null --trace_file /dev/null -- layout starknet_with_keccak --program $tests_path /$file .json" \
14+ -n " cairo-rs (Rust)" " ../target/release/cairo-vm-cli $tests_path /$file .json --proof_mode --memory_file /dev/null --trace_file /dev/null -- layout starknet_with_keccak"
1515done
You can’t perform that action at this time.
0 commit comments