mirror of https://github.com/etcd-io/dbtester.git
bench-configuration: config with best throughput
This commit is contained in:
parent
7ec51542fb
commit
d6de7226d6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue