From 8d729428411d4c0ebbaccbb0bff3c4a39b0b4eab Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 23 Jun 2017 10:57:20 -0700 Subject: [PATCH] Revert "test-configs: use only 100 TCP connections for etcd" This reverts commit 0293dc99ab491f0f8cdd4eb80d20e3255902b533. --- test-configs/read-3M-same-keys-best-throughput.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test-configs/read-3M-same-keys-best-throughput.yaml b/test-configs/read-3M-same-keys-best-throughput.yaml index 4e422a25..60c89807 100644 --- a/test-configs/read-3M-same-keys-best-throughput.yaml +++ b/test-configs/read-3M-same-keys-best-throughput.yaml @@ -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: []