Add --use_move mode to bench-tps (#5311)

* Add --use_move mode to bench-tps

substitute for global flag.

* Use cuda queue for coverage build.
This commit is contained in:
sakridge
2019-07-28 10:43:42 -07:00
committed by GitHub
parent a642168369
commit 4f1c881227
4 changed files with 65 additions and 24 deletions

View File

@@ -22,6 +22,8 @@ steps:
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image ci/test-coverage.sh"
name: "coverage"
timeout_in_minutes: 40
agents:
- "queue=cuda"
# TODO: Fix and re-enable test-large-network.sh
# - command: "ci/test-large-network.sh || true"
# name: "large-network [ignored]"