bench-configuration: config with best throughput

This commit is contained in:
Gyu-Ho Lee 2017-02-05 13:54:26 -08:00
parent 7ec51542fb
commit d6de7226d6
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
7 changed files with 14 additions and 14 deletions

View File

@ -35,8 +35,8 @@ step2:
skip_stress_database: false skip_stress_database: false
bench_type: write bench_type: write
stale_read: true stale_read: true
connections: 100 connections: 700 # for best throughput
clients: 1000 clients: 700 # for best throughput
connections_clients: [] connections_clients: []
key_size: 256 key_size: 256
value_size: 1024 value_size: 1024

View File

@ -35,8 +35,8 @@ step2:
skip_stress_database: false skip_stress_database: false
bench_type: write bench_type: write
stale_read: true stale_read: true
connections: 1000 connections: 300 # for best throughput
clients: 1000 clients: 300 # for best throughput
connections_clients: [] connections_clients: []
key_size: 256 key_size: 256
value_size: 1024 value_size: 1024

View File

@ -35,8 +35,8 @@ step2:
skip_stress_database: false skip_stress_database: false
bench_type: write bench_type: write
stale_read: true stale_read: true
connections: 1000 connections: 500 # for best throughput
clients: 1000 clients: 500 # for best throughput
connections_clients: [] connections_clients: []
key_size: 256 key_size: 256
value_size: 1024 value_size: 1024

View File

@ -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 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_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 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 output_path: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/README.md
results: 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: images:
- image_title: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS - image_title: 2017Q1-02-etcd-zookeeper-consul/02-write-1M-keys-best-throughput/AVG-LATENCY-MS

View File

@ -34,8 +34,8 @@ step2:
skip_stress_database: false skip_stress_database: false
bench_type: write bench_type: write
stale_read: true stale_read: true
connections: 1000 connections: 700 # for best throughput
clients: 1000 clients: 700 # for best throughput
connections_clients: [] connections_clients: []
key_size: 256 key_size: 256
value_size: 1024 value_size: 1024

View File

@ -34,8 +34,8 @@ step2:
skip_stress_database: false skip_stress_database: false
bench_type: write bench_type: write
stale_read: true stale_read: true
connections: 1000 connections: 300 # for best throughput
clients: 1000 clients: 300 # for best throughput
connections_clients: [] connections_clients: []
key_size: 256 key_size: 256
value_size: 1024 value_size: 1024

View File

@ -34,8 +34,8 @@ step2:
skip_stress_database: false skip_stress_database: false
bench_type: write bench_type: write
stale_read: true stale_read: true
connections: 1000 connections: 500 # for best throughput
clients: 1000 clients: 500 # for best throughput
connections_clients: [] connections_clients: []
key_size: 256 key_size: 256
value_size: 1024 value_size: 1024