mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #13082 from wilsonwang371/main_stable
tools: update mixed read/write perf testing script for a larger range of value size
This commit is contained in:
commit
852fae73ae
@ -3,8 +3,8 @@
|
|||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
RATIO_LIST="1/128 1/8 1/4 1/2 2/1 4/1 8/1 128/1"
|
RATIO_LIST="1/128 1/8 1/4 1/2 2/1 4/1 8/1 128/1"
|
||||||
VALUE_SIZE_POWER_RANGE="4 10"
|
VALUE_SIZE_POWER_RANGE="8 14"
|
||||||
CONN_CLI_COUNT_POWER_RANGE="5 12"
|
CONN_CLI_COUNT_POWER_RANGE="5 11"
|
||||||
REPEAT_COUNT=5
|
REPEAT_COUNT=5
|
||||||
RUN_COUNT=200000
|
RUN_COUNT=200000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user