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 312871d commit 757533d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ LAPS=100

output="block-$START-$END-$NET.jsonl"

echo "Running Native benchmark"
cargo run --release --features benchmark,structured_logging bench-block-range $START $END $NET $LAPS | tee "native-$output"

echo "Running VM benchmark"
cargo run --release --features benchmark,structured_logging,only_cairo_vm bench-block-range $START $END $NET $LAPS | tee "vm-$output"

0 comments on commit 757533d

Please sign in to comment.