test-configs: update best throughput

This commit is contained in:
Gyu-Ho Lee 2017-02-10 10:49:40 -08:00
parent 102909ae06
commit 2c06a76b39
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
test_title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 700, Zookeeper 300, Consul 500 clients) test_title: Write 1M keys, 256-byte key, 1KB value, Best Throughput (etcd 1,000, Zookeeper 500, Consul 500 clients)
test_description: | test_description: |
- Google Cloud Compute Engine - Google Cloud Compute Engine
- 4 machines of 16 vCPUs + 30 GB Memory + 150 GB SSD (1 for client) - 4 machines of 16 vCPUs + 30 GB Memory + 150 GB SSD (1 for client)
@ -53,8 +53,8 @@ datatbase_id_to_test_group:
benchmark_options: benchmark_options:
type: write type: write
request_number: 1000000 request_number: 1000000
connection_number: 700 # for best throughput connection_number: 1000 # for best throughput
client_number: 700 # for best throughput client_number: 1000 # for best throughput
# if specified, overwrite 'connection_number', 'connection_number' # if specified, overwrite 'connection_number', 'connection_number'
connection_client_numbers: [] connection_client_numbers: []
@ -109,8 +109,8 @@ datatbase_id_to_test_group:
benchmark_options: benchmark_options:
type: write type: write
request_number: 1000000 request_number: 1000000
connection_number: 300 # for best throughput connection_number: 500 # for best throughput
client_number: 300 # for best throughput client_number: 500 # for best throughput
# if specified, overwrite 'connection_number', 'connection_number' # if specified, overwrite 'connection_number', 'connection_number'
connection_client_numbers: [] connection_client_numbers: []

View File

@ -1,4 +1,4 @@
test_title: Write 3-million keys, 256-byte key, 1KB value, Best Throughput (etcd 700, Zookeeper 300, Consul 500 clients) test_title: Write 3-million keys, 256-byte key, 1KB value, Best Throughput (etcd 1,000, Zookeeper 500, Consul 500 clients)
test_description: | test_description: |
- Google Cloud Compute Engine - Google Cloud Compute Engine
- 4 machines of 16 vCPUs + 30 GB Memory + 150 GB SSD (1 for client) - 4 machines of 16 vCPUs + 30 GB Memory + 150 GB SSD (1 for client)
@ -53,8 +53,8 @@ datatbase_id_to_test_group:
benchmark_options: benchmark_options:
type: write type: write
request_number: 3000000 request_number: 3000000
connection_number: 700 # for best throughput connection_number: 1000 # for best throughput
client_number: 700 # for best throughput client_number: 1000 # for best throughput
# if specified, overwrite 'connection_number', 'connection_number' # if specified, overwrite 'connection_number', 'connection_number'
connection_client_numbers: [] connection_client_numbers: []
@ -109,8 +109,8 @@ datatbase_id_to_test_group:
benchmark_options: benchmark_options:
type: write type: write
request_number: 3000000 request_number: 3000000
connection_number: 300 # for best throughput connection_number: 500 # for best throughput
client_number: 300 # for best throughput client_number: 500 # for best throughput
# if specified, overwrite 'connection_number', 'connection_number' # if specified, overwrite 'connection_number', 'connection_number'
connection_client_numbers: [] connection_client_numbers: []