solana-with-rpc-optimizations/ci/test-bench.sh

14 lines
149 B
Bash
Raw Normal View History

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