More log grooming
This commit is contained in:
parent
3840b4b516
commit
5afcdcbbe6
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue