Skip to content

Commit

Permalink
Update run-benchmark.sh
Browse files Browse the repository at this point in the history
Modified NODE_POOL_NAME
  • Loading branch information
Stephen-BCW authored Aug 19, 2024
1 parent 512527a commit be8a5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/run-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

# CONSTANTS
CLUSTER_NAME="immutable-prod"
NODE_POOL_NAME="immutable-prod-zk"
NODE_POOL_NAME="immutable-prod-zk2"
NAMESPACE="zkevm"
W_DEPLOYMENT_NAME="zero-bin-worker"
W_CONTAINER_NAME="worker"
Expand Down Expand Up @@ -241,4 +241,4 @@ while true; do
sleep $time_interval
done

echo "Benchmark test finished"
echo "Benchmark test finished"

0 comments on commit be8a5fe

Please sign in to comment.