From 96a6e09050de25d99c271fec226699fdde5c58be Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 23 Jul 2018 13:48:49 -0700 Subject: [PATCH] Enable metrics in the TPS client --- ci/testnet-deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 4bbd086fd3..f5e3952cf4 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -228,6 +228,7 @@ client_run \ "\ set -x; sudo snap install solana --$SOLANA_SNAP_CHANNEL --devmode; \ + sudo snap set solana metrics-config=$SOLANA_METRICS_CONFIG; \ snap info solana; \ tmux new -s solana -d \" \ /snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop 2>&1 | tee /tmp/solana.log; \