Fix bench compilation (#1311)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user