mdbx-test: reduce repeats number inside 'gc.sh' script.

This commit is contained in:
Leonid Yuriev 2018-09-20 23:29:23 +03:00
parent 2fc42fab7f
commit b868765ddf

View File

@ -61,7 +61,7 @@ caption="Failfast #7" probe \
count=0
for nops in {2..7}; do
for ((wbatch=nops-1; wbatch > 0; --wbatch)); do
loops=$((1111/nops + 2))
loops=$(((3333 >> nops) / nops + 1))
for ((rep=0; rep++ < loops; )); do
for ((bits=2**${#options[@]}; --bits >= 0; )); do
seed=$(date +%N)