Skip to content

Commit

Permalink
hack/benchmark: update bench.sh to match procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Romano committed Aug 31, 2017
1 parent e9cf07f commit d4b8193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/benchmark/bench.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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 )

Expand Down

0 comments on commit d4b8193

Please sign in to comment.