From d4b8193c55934b8d78ec0ab9548d272996b62f4c Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Tue, 15 Aug 2017 22:26:55 -0700 Subject: [PATCH] hack/benchmark: update bench.sh to match procfile --- hack/benchmark/bench.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 hack/benchmark/bench.sh diff --git a/hack/benchmark/bench.sh b/hack/benchmark/bench.sh old mode 100644 new mode 100755 index 3955d9e6e..d72efd3e2 --- a/hack/benchmark/bench.sh +++ b/hack/benchmark/bench.sh @@ -1,8 +1,8 @@ #!/bin/bash -e -leader=http://10.240.201.15:2379 +leader=http://localhost:2379 # assume three servers -servers=( http://10.240.201.15:2379 http://10.240.212.209:2379 http://10.240.95.3:2379 ) +servers=( http://localhost:2379 http://localhost:22379 http://localhost:32379 ) keyarray=( 64 256 )