Remove unstable and test feature flags

This commit is contained in:
Michael Vines
2019-03-04 09:00:52 -08:00
parent bb774173bb
commit d708982f27
7 changed files with 6 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ fi
BENCH_FILE=bench_output.log
BENCH_ARTIFACT=current_bench_results.log
_ cargo +nightly bench --features=unstable ${V:+--verbose} \
_ cargo +nightly bench ${V:+--verbose} \
-- -Z unstable-options --format=json | tee "$BENCH_FILE"
# Run bpf_loader bench with bpf_c feature enabled