From 56d53248373b3a74f5961bc6d5348613d5a3a323 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Fri, 21 Dec 2018 05:14:08 -0800 Subject: [PATCH] Use CUDA for testnet automation performance calculations (#2259) (#2261) --- ci/testnet-automation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/testnet-automation.sh b/ci/testnet-automation.sh index d93e259663..49bf405dce 100755 --- a/ci/testnet-automation.sh +++ b/ci/testnet-automation.sh @@ -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