Use CUDA for testnet automation performance calculations (#2259)

This commit is contained in:
Pankaj Garg 2018-12-21 04:27:31 -08:00 committed by GitHub
parent 756156e9db
commit 23d3a9ae42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,9 +35,9 @@ launchTestnet() {
echo --- start "$nodeCount" node test
if [[ -n $USE_PREBUILT_CHANNEL_TARBALL ]]; then
net/net.sh start -o noValidatorSanity -t "$CHANNEL"
net/net.sh start -f "cuda" -o noValidatorSanity -t "$CHANNEL"
else
net/net.sh start -o noValidatorSanity -T solana*.tar.bz2
net/net.sh start -f "cuda" -o noValidatorSanity -T solana*.tar.bz2
fi
echo --- wait "$ITERATION_WAIT" seconds to complete test