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