test-configs: update to 1000QPS

This commit is contained in:
Gyu-Ho Lee 2017-03-16 06:56:58 -07:00
parent eed7ea0339
commit 616874bce8
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
test_title: Write 1M keys, 256-byte key, 1KB value, 100 clients, 100 QPS Limit test_title: Write 1M keys, 256-byte key, 1KB value, 100 clients, 1000 QPS Limit
test_description: | test_description: |
- Google Cloud Compute Engine - Google Cloud Compute Engine
- 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client) - 4 machines of 16 vCPUs + 60 GB Memory + 300 GB SSD (1 for client)
@ -61,7 +61,7 @@ datatbase_id_to_config_client_machine_agent_control:
connection_client_numbers: [] connection_client_numbers: []
# 0, to not rate limit # 0, to not rate limit
rate_limit_requests_per_second: 100 rate_limit_requests_per_second: 1000
# for 'write', 'read' # for 'write', 'read'
same_key: false same_key: false
@ -125,7 +125,7 @@ datatbase_id_to_config_client_machine_agent_control:
connection_client_numbers: [] connection_client_numbers: []
# 0, to not rate limit # 0, to not rate limit
rate_limit_requests_per_second: 100 rate_limit_requests_per_second: 1000
# for 'write', 'read' # for 'write', 'read'
same_key: false same_key: false
@ -158,7 +158,7 @@ datatbase_id_to_config_client_machine_agent_control:
connection_client_numbers: [] connection_client_numbers: []
# 0, to not rate limit # 0, to not rate limit
rate_limit_requests_per_second: 100 rate_limit_requests_per_second: 1000
# for 'write', 'read' # for 'write', 'read'
same_key: false same_key: false