Merge pull request #356 from gyuho/fix

test-configs: fix typo
This commit is contained in:
Gyu-Ho Lee 2017-06-23 10:56:48 -07:00 committed by GitHub
commit ddd2d3aae5
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
test_title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 1,000, Zookeeper 700, Consul 500 clients)
test_title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 1K clients with 100 conns, Zookeeper 700, Consul 500 clients)
test_description: |
- Google Cloud Compute Engine
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
@ -55,7 +55,8 @@ datatbase_id_to_config_client_machine_agent_control:
benchmark_options:
type: write
request_number: 1000000
connection_number: 1000 # for best throughput
# connection_number: 1000 # for best throughput
connection_number: 100 # for best throughput
client_number: 1000 # for best throughput
# if specified, overwrite 'connection_number', 'connection_number'
connection_client_numbers: []