solana/ci/test-bench.sh

14 lines
170 B
Bash
Raw Normal View History

2018-08-13 15:57:23 -07:00
#!/bin/bash -e
cd "$(dirname "$0")/.."
ci/version-check.sh nightly
2018-08-13 15:57:23 -07:00
export RUST_BACKTRACE=1
_() {
echo "--- $*"
"$@"
}
_ cargo bench --features=unstable --verbose