mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #13318 from LeoYang90/fix-rw-benchmark
rw benchmark add val-size
This commit is contained in:
commit
884e7ddb14
@ -182,6 +182,7 @@ for RATIO_STR in ${RATIO_LIST}; do
|
||||
--total=${RUN_COUNT} \
|
||||
--endpoints "http://127.0.0.1:${CLIENT_PORT}" \
|
||||
--rw-ratio ${RATIO} --limit ${RANGE_RESULT_LIMIT} \
|
||||
--val-size ${VALUE_SIZE} \
|
||||
2>/dev/null | grep "Requests/sec" | awk "{print \$2}")
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "benchmark command failed: $?"
|
||||
|
Loading…
x
Reference in New Issue
Block a user