Run benchmarks in nightly

And name functions the same way as test functions
This commit is contained in:
Greg Fitzgerald
2018-05-25 20:56:28 -06:00
parent af4e95ae0f
commit 8d26be8b89
6 changed files with 10 additions and 8 deletions

View File

@@ -8,5 +8,6 @@ cargo --version
rustup component add rustfmt-preview
cargo build --verbose --features unstable
cargo test --verbose --features unstable
cargo bench --verbose --features unstable
exit 0