Exit cleanly for idle clients

This commit is contained in:
Michael Vines 2019-10-23 09:56:05 -07:00
parent bedb05bdeb
commit 26b8747014
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ solana-bench-exchange)
--read-client-keys ./client-accounts.yml \
"
;;
idle)
exit 0
;;
*)
echo "Unknown client name: $clientToRun"
exit 1