Skip to content

Latest commit

 

History

History
 
 

novanet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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