Enable bench and fix upload-perf

This commit is contained in:
Stephen Akridge
2018-09-24 10:20:58 -07:00
committed by sakridge
parent 35e6343d61
commit 6cdbdfbbcb
6 changed files with 16 additions and 17 deletions

View File

@ -10,6 +10,8 @@ _() {
"$@"
}
set -o pipefail
BENCH_FILE=bench_output.log
_ cargo bench --features=unstable --verbose -- -Z unstable-options --format=json | tee $BENCH_FILE
_ cargo run --release --bin solana-upload-perf -- $BENCH_FILE