Fix bench compilation (#1311)

This commit is contained in:
sakridge
2018-09-24 10:40:42 -07:00
committed by GitHub
parent f5a30615c1
commit 3e76efe97e
3 changed files with 51 additions and 24 deletions

View File

@ -11,5 +11,5 @@ _() {
}
BENCH_FILE=bench_output.log
_ cargo +nightly bench --features=unstable --verbose -- -Z unstable-options --format=json | tee $BENCH_FILE
_ cargo run --bin solana-upload-perf -- $BENCH_FILE
_ cargo bench --features=unstable --verbose -- -Z unstable-options --format=json | tee $BENCH_FILE
_ cargo run --release --bin solana-upload-perf -- $BENCH_FILE