From d6de7226d6efe858dc650340d51d4487ae7cc409 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Sun, 5 Feb 2017 13:54:26 -0800 Subject: [PATCH] bench-configuration: config with best throughput --- .../02-write-1M-keys-best-throughput/01-etcd-v3.1.yaml | 4 ++-- .../02-write-1M-keys-best-throughput/02-zookeeper-r3.4.9.yaml | 4 ++-- .../02-write-1M-keys-best-throughput/03-consul-v0.7.3.yaml | 4 ++-- .../02-write-1M-keys-best-throughput/analyze.yaml | 4 ++-- bench-configuration/04-write-too-many-keys/01-etcd-v3.1.yaml | 4 ++-- .../04-write-too-many-keys/02-zookeeper-r3.4.9.yaml | 4 ++-- .../04-write-too-many-keys/03-consul-v0.7.3.yaml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bench-configuration/02-write-1M-keys-best-throughput/01-etcd-v3.1.yaml b/bench-configuration/02-write-1M-keys-best-throughput/01-etcd-v3.1.yaml index 1ee5873a..9380b7b3 100644 --- a/bench-configuration/02-write-1M-keys-best-throughput/01-etcd-v3.1.yaml +++ b/bench-configuration/02-write-1M-keys-best-throughput/01-etcd-v3.1.yaml @@ -35,8 +35,8 @@ step2: skip_stress_database: false bench_type: write stale_read: true - connections: 100 - clients: 1000 + connections: 700 # for best throughput + clients: 700 # for best throughput connections_clients: [] key_size: 256 value_size: 1024 diff --git a/bench-configuration/02-write-1M-keys-best-throughput/02-zookeeper-r3.4.9.yaml b/bench-configuration/02-write-1M-keys-best-throughput/02-zookeeper-r3.4.9.yaml index 5edc1308..1d1dd4fa 100644 --- a/bench-configuration/02-write-1M-keys-best-throughput/02-zookeeper-r3.4.9.yaml +++ b/bench-configuration/02-write-1M-keys-best-throughput/02-zookeeper-r3.4.9.yaml @@ -35,8 +35,8 @@ step2: skip_stress_database: false bench_type: write stale_read: true - connections: 1000 - clients: 1000 + connections: 300 # for best throughput + clients: 300 # for best throughput connections_clients: [] key_size: 256 value_size: 1024 diff --git a/bench-configuration/02-write-1M-keys-best-throughput/03-consul-v0.7.3.yaml b/bench-configuration/02-write-1M-keys-best-throughput/03-consul-v0.7.3.yaml index 8f3ce4cc..9b403c8d 100644 --- a/bench-configuration/02-write-1M-keys-best-throughput/03-consul-v0.7.3.yaml +++ b/bench-configuration/02-write-1M-keys-best-throughput/03-consul-v0.7.3.yaml @@ -35,8 +35,8 @@ step2: skip_stress_database: false bench_type: write stale_read: true - connections: 1000 - clients: 1000 + connections: 500 # for best throughput + clients: 500 # for best throughput connections_clients: [] key_size: 256 value_size: 1024 diff --git a/bench-configuration/02-write-1M-keys-best-throughput/analyze.yaml b/bench-configuration/02-write-1M-keys-best-throughput/analyze.yaml index 1a360a43..32c8cb3e 100644 --- a/bench-configuration/02-write-1M-keys-best-throughput/analyze.yaml +++ b/bench-configuration/02-write-1M-keys-best-throughput/analyze.yaml @@ -1,4 +1,4 @@ -title: Write 1M keys, 256-byte key, 1KB value, Best Throughput +title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 700, Zookeeper 300, Consul 500 clients) work_dir: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput all_aggregated_path: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/aggregated.csv all_latency_by_key: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/aggregated-data-latency-by-key-number.csv @@ -148,7 +148,7 @@ readme: output_path: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/README.md results: - - title: Write 1M keys, 256-byte key, 1KB value, Best Throughput + - title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 700, Zookeeper 300, Consul 500 clients) images: - image_title: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS diff --git a/bench-configuration/04-write-too-many-keys/01-etcd-v3.1.yaml b/bench-configuration/04-write-too-many-keys/01-etcd-v3.1.yaml index b69b2b09..e24fd484 100644 --- a/bench-configuration/04-write-too-many-keys/01-etcd-v3.1.yaml +++ b/bench-configuration/04-write-too-many-keys/01-etcd-v3.1.yaml @@ -34,8 +34,8 @@ step2: skip_stress_database: false bench_type: write stale_read: true - connections: 1000 - clients: 1000 + connections: 700 # for best throughput + clients: 700 # for best throughput connections_clients: [] key_size: 256 value_size: 1024 diff --git a/bench-configuration/04-write-too-many-keys/02-zookeeper-r3.4.9.yaml b/bench-configuration/04-write-too-many-keys/02-zookeeper-r3.4.9.yaml index 15d2753f..effb4cf4 100644 --- a/bench-configuration/04-write-too-many-keys/02-zookeeper-r3.4.9.yaml +++ b/bench-configuration/04-write-too-many-keys/02-zookeeper-r3.4.9.yaml @@ -34,8 +34,8 @@ step2: skip_stress_database: false bench_type: write stale_read: true - connections: 1000 - clients: 1000 + connections: 300 # for best throughput + clients: 300 # for best throughput connections_clients: [] key_size: 256 value_size: 1024 diff --git a/bench-configuration/04-write-too-many-keys/03-consul-v0.7.3.yaml b/bench-configuration/04-write-too-many-keys/03-consul-v0.7.3.yaml index 04af818c..57695eec 100644 --- a/bench-configuration/04-write-too-many-keys/03-consul-v0.7.3.yaml +++ b/bench-configuration/04-write-too-many-keys/03-consul-v0.7.3.yaml @@ -34,8 +34,8 @@ step2: skip_stress_database: false bench_type: write stale_read: true - connections: 1000 - clients: 1000 + connections: 500 # for best throughput + clients: 500 # for best throughput connections_clients: [] key_size: 256 value_size: 1024