Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 647 Bytes
RUST_LOG=debug cargo run --release -p runner --  --guest "ethblock" --benchmark-args "<number of transactions>", "<number of transactions>",...

Examples

RUST_LOG=debug cargo run --release -p runner --  --guest "fib" --benchmark-args 16 32
RUST_LOG=debug cargo run --release -p runner --  --guest "fib" --benchmark-args 16 32 --compress
RUST_LOG=debug cargo run --release -p runner --  --guest "fib" --benchmark-args 16 32 --wat fib/fib.wat
RUST_LOG=debug cargo run --release -p runner --  --guest "fib" --benchmark-args 16 32 --compress --execution-step-size 100 --memory-step-size 1000