bench-tps will now generate an ephemeral identity if not provided with one

Also simplify scripts as a result
This commit is contained in:
Michael Vines
2018-12-06 15:09:04 -08:00
parent aecb06cd2a
commit c4b8f0cd2f
4 changed files with 5 additions and 16 deletions

View File

@ -20,10 +20,7 @@ usage() {
}
if [[ -z $1 ]]; then # default behavior
mkdir -p config-client/
$solana_keygen -o config-client/client-id.json
$solana_bench_tps \
--identity config-client/client-id.json \
--network 127.0.0.1:8001 \
--drone 127.0.0.1:9900 \
--duration 90 \