Fix runtime benches

This commit is contained in:
Greg Fitzgerald
2019-03-25 14:10:56 -06:00
parent 34c051f183
commit 573dec63da
4 changed files with 8 additions and 4 deletions

View File

@ -40,6 +40,10 @@ fi
BENCH_FILE=bench_output.log
BENCH_ARTIFACT=current_bench_results.log
# Run runtime benches
_ cargo +$rust_nightly bench --manifest-path runtime/Cargo.toml ${V:+--verbose} \
-- -Z unstable-options --format=json | tee "$BENCH_FILE"
# Run core benches
_ cargo +$rust_nightly bench --manifest-path core/Cargo.toml ${V:+--verbose} \
-- -Z unstable-options --format=json | tee "$BENCH_FILE"