Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Nov 20, 2024
1 parent 757533d commit dfe4f6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/run_tx_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ NET=testnet

output="tx-$TX-$NET.jsonl"

echo "Running Native benchmark"
cargo run --release --features benchmark,structured_logging bench-tx $TX $NET $BLOCK $LAPS | tee "native-$output"

echo "Running VM benchmark"
cargo run --release --features benchmark,structured_logging,only_cairo_vm bench-tx $TX $NET $BLOCK $LAPS | tee "vm-$output"

0 comments on commit dfe4f6a

Please sign in to comment.