From 08cf1899420694e03628fad9f6c3810f62faab7a Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 17 May 2017 11:47:16 -0700 Subject: [PATCH] test-configs: use 700 clients for Zookeeper Signed-off-by: Gyu-Ho Lee --- test-configs/02-write-1M-keys-best-throughput.yaml | 6 +++--- test-configs/05-read-3M-same-keys-best-throughput.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test-configs/02-write-1M-keys-best-throughput.yaml b/test-configs/02-write-1M-keys-best-throughput.yaml index 126f5710..340a247b 100644 --- a/test-configs/02-write-1M-keys-best-throughput.yaml +++ b/test-configs/02-write-1M-keys-best-throughput.yaml @@ -1,4 +1,4 @@ -test_title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 1,000, Zookeeper 500, Consul 500 clients) +test_title: Write 1M 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) @@ -119,8 +119,8 @@ datatbase_id_to_config_client_machine_agent_control: benchmark_options: type: write request_number: 1000000 - connection_number: 500 # for best throughput - client_number: 500 # for best throughput + connection_number: 700 # for best throughput + client_number: 700 # for best throughput # if specified, overwrite 'connection_number', 'connection_number' connection_client_numbers: [] diff --git a/test-configs/05-read-3M-same-keys-best-throughput.yaml b/test-configs/05-read-3M-same-keys-best-throughput.yaml index edc76ece..71a673f1 100644 --- a/test-configs/05-read-3M-same-keys-best-throughput.yaml +++ b/test-configs/05-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 1,000, Zookeeper 500, 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) @@ -119,8 +119,8 @@ datatbase_id_to_config_client_machine_agent_control: benchmark_options: type: read request_number: 3000000 - connection_number: 500 # for best throughput - client_number: 500 # for best throughput + connection_number: 700 # for best throughput + client_number: 700 # for best throughput # if specified, overwrite 'connection_number', 'connection_number' connection_client_numbers: []