Change benchmark path to target/ or OUT_DIR

Also reduce some code duplication with cleanup_dirs fn.
This commit is contained in:
Stephen Akridge
2019-02-23 14:23:55 -08:00
committed by sakridge
parent c46b2541fe
commit 5216952691
6 changed files with 68 additions and 41 deletions

View File

@@ -68,6 +68,7 @@ $program \
$maybe_no_leader_rotation \
--identity "$SOLANA_CONFIG_DIR"/bootstrap-leader.json \
--ledger "$SOLANA_CONFIG_DIR"/bootstrap-leader-ledger \
--accounts "$SOLANA_CONFIG_DIR"/bootstrap-leader-accounts \
--rpc-port 8899 \
> >($bootstrap_leader_logger) 2>&1 &
pid=$!