More log grooming
This commit is contained in:
parent
3840b4b516
commit
5afcdcbbe6
|
@ -296,8 +296,7 @@ start() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "================================================================="
|
echo "+++ Deployment Successful"
|
||||||
echo "Deployment finished at $(date)"
|
|
||||||
echo "Leader deployment took $leaderDeployTime seconds"
|
echo "Leader deployment took $leaderDeployTime seconds"
|
||||||
echo "Validator deployment (${#validatorIpList[@]} instances) took $validatorDeployTime seconds"
|
echo "Validator deployment (${#validatorIpList[@]} instances) took $validatorDeployTime seconds"
|
||||||
echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds"
|
echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds"
|
||||||
|
|
|
@ -85,10 +85,10 @@ echo "--- $entrypointIp: wallet sanity"
|
||||||
scripts/wallet-sanity.sh "$entrypointRsyncUrl"
|
scripts/wallet-sanity.sh "$entrypointRsyncUrl"
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "--- $entrypointIp: node count"
|
echo "+++ $entrypointIp: node count ($numNodes expected)"
|
||||||
(
|
(
|
||||||
set -x
|
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
|
$solana_bench_tps --network "$entrypointIp:8001" --identity "$client_id" --num-nodes "$numNodes" --converge-only
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -134,3 +134,5 @@ else
|
||||||
echo "^^^ +++"
|
echo "^^^ +++"
|
||||||
echo "Note: validator sanity disabled"
|
echo "Note: validator sanity disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo --- Pass
|
||||||
|
|
Loading…
Reference in New Issue