Skip to content

Commit

Permalink
Allow passing parameters to bench script
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Jan 22, 2018
1 parent c8debd9 commit b901773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export RAYON_RS_NUM_CPUS=0

export RUSTFLAGS=-Ctarget-cpu=native

cargo +nightly bench --features test
# cargo +nightly bench --features test
cargo +nightly bench "$@"

0 comments on commit b901773

Please sign in to comment.