More log grooming

This commit is contained in:
Michael Vines 2018-09-08 14:12:32 -07:00
parent 3840b4b516
commit 5afcdcbbe6
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
2 changed files with 5 additions and 4 deletions

View File

@ -296,8 +296,7 @@ start() {
fi
echo
echo "================================================================="
echo "Deployment finished at $(date)"
echo "+++ Deployment Successful"
echo "Leader deployment took $leaderDeployTime seconds"
echo "Validator deployment (${#validatorIpList[@]} instances) took $validatorDeployTime seconds"
echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds"

View File

@ -85,10 +85,10 @@ echo "--- $entrypointIp: wallet sanity"
scripts/wallet-sanity.sh "$entrypointRsyncUrl"
)
echo "--- $entrypointIp: node count"
echo "+++ $entrypointIp: node count ($numNodes expected)"
(
set -x
[[ -r $client_id ]] || $solana_keygen -o "$client_id"
$solana_keygen -o "$client_id"
$solana_bench_tps --network "$entrypointIp:8001" --identity "$client_id" --num-nodes "$numNodes" --converge-only
)
@ -134,3 +134,5 @@ else
echo "^^^ +++"
echo "Note: validator sanity disabled"
fi
echo --- Pass