Expand bank benches to include async/sync and native_loader (#4026)

This commit is contained in:
Jack May
2019-04-29 13:09:11 -07:00
committed by GitHub
parent c2193a37ce
commit c545e812d0
3 changed files with 148 additions and 48 deletions

View File

@ -40,7 +40,10 @@ fi
BENCH_FILE=bench_output.log
BENCH_ARTIFACT=current_bench_results.log
# First remove "BENCH_FILE", if it exists so that the following commands can append
# Ensure all dependencies are built
_ cargo +$rust_nightly build --all --release
# Remove "BENCH_FILE", if it exists so that the following commands can append
rm -f "$BENCH_FILE"
# Run sdk benches