move bench to a seprate, parallel step

This commit is contained in:
Rob Walker
2018-08-13 15:57:23 -07:00
parent c86e9e8568
commit fa44a71d3e
3 changed files with 19 additions and 2 deletions

13
ci/test-bench.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash -e
cd "$(dirname "$0")/.."
ci/version-check.sh stable
export RUST_BACKTRACE=1
_() {
echo "--- $*"
"$@"
}
_ cargo bench --verbose