From 9dc0b6a3f3c09cef5fa85eed517807a7a3e5909c Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 9 Jul 2019 13:46:31 +0300 Subject: [PATCH] mdbx-test: partialy revert long_stochastic.sh changes. Change-Id: I1fd4d601a91b50e82bbf8f183c968d31d671957e --- test/long_stochastic.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/test/long_stochastic.sh b/test/long_stochastic.sh index 55412cfb..d7101fd5 100755 --- a/test/long_stochastic.sh +++ b/test/long_stochastic.sh @@ -73,16 +73,10 @@ function probe { ############################################################################### -if [ ${db_size_mb} -gt 1111 ]; then -biggest=6 -else -biggest=5 -fi - count=0 -for nops in $(seq ${biggest} -1 2); do +for nops in $(seq 2 6); do for ((wbatch=nops-1; wbatch > 0; --wbatch)); do - loops=$(((99 >> nops) / nops + 3)) + loops=$(((111 >> nops) / nops + 3)) for ((rep=0; rep++ < loops; )); do for ((bits=2**${#options[@]}; --bits >= 0; )); do seed=$(date +%N)