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:
Piotr Tabor 2021-06-04 13:29:31 +02:00 committed by GitHub
commit 852fae73ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
#set -x
RATIO_LIST="1/128 1/8 1/4 1/2 2/1 4/1 8/1 128/1"
VALUE_SIZE_POWER_RANGE="4 10"
CONN_CLI_COUNT_POWER_RANGE="5 12"
VALUE_SIZE_POWER_RANGE="8 14"
CONN_CLI_COUNT_POWER_RANGE="5 11"
REPEAT_COUNT=5
RUN_COUNT=200000