Enable bench and fix upload-perf
This commit is contained in:
committed by
sakridge
parent
35e6343d61
commit
6cdbdfbbcb
@ -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
|
||||
|
Reference in New Issue
Block a user