Revert "test-configs: use only 100 TCP connections for etcd"

This reverts commit 0293dc99ab.
This commit is contained in:
Gyu-Ho Lee 2017-06-23 10:57:20 -07:00
parent 1e77047c5b
commit 8d72942841
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
test_title: Read 3M same keys, 256-byte key, 1KB value, Best Throughput (etcd 1K clients with 100 conns, Zookeeper 700, Consul 500 clients)
test_title: Read 3M same keys, 256-byte key, 1KB value, Best Throughput (etcd 1,000, 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,8 +55,7 @@ datatbase_id_to_config_client_machine_agent_control:
benchmark_options:
type: read
request_number: 3000000
# connection_number: 1000 # for best throughput
connection_number: 100 # for best throughput
connection_number: 1000 # for best throughput
client_number: 1000 # for best throughput
# if specified, overwrite 'connection_number', 'connection_number'
connection_client_numbers: []