mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-07 07:43:07 +00:00
4 lines
127 B
Bash
4 lines
127 B
Bash
|
|
pushd ../tests/zkmips_tester
|
||
|
|
ELF_PATH=$1
|
||
|
|
RUST_LOG=info ELF_PATH=$ELF_PATH SEG_OUTPUT=/tmp/output cargo run --release bench
|
||
|
|
popd
|