Update benchmarks, add to CI (#988)

This commit is contained in:
Michael Sproul
2020-04-06 20:16:08 +10:00
committed by GitHub
parent 4cba745df6
commit 869b0621d6
6 changed files with 48 additions and 40 deletions

View File

@@ -22,6 +22,10 @@ test-debug:
cargo-fmt:
cargo fmt --all -- --check
# Typechecks benchmark code
check-benches:
cargo check --all --benches
# Runs only the ef-test vectors.
run-ef-tests:
cargo test --release --manifest-path=$(EF_TESTS)/Cargo.toml --features "ef_tests"