Преглед на файлове

hack/benchmark: update bench.sh to match procfile

Anthony Romano преди 8 години
родител
ревизия
d4b8193c55
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      hack/benchmark/bench.sh

+ 2 - 2
hack/benchmark/bench.sh

@@ -1,8 +1,8 @@
 #!/bin/bash -e
 #!/bin/bash -e
 
 
-leader=http://10.240.201.15:2379
+leader=http://localhost:2379
 # assume three servers
 # 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 )
 keyarray=( 64 256 )