From 7511f480a4f9ebc3d9f6a7c16f6e2ce66afe921c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sun, 11 Aug 2024 09:42:32 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-testing:=20=D1=83=D0=BC=D0=B5=D0=BD=D1=8C?= =?UTF-8?q?=D1=88=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=BE=D1=89=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8=20"tmux-=D0=B1=D0=B0=D1=82=D0=B0=D1=80=D0=B5?= =?UTF-8?q?=D0=B9=D0=BD=D0=BE=D0=B3=D0=BE"=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B2=D0=B4=D0=B2=D0=BE=D0=B5=20(=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=20"=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5=20=D1=82=D0=B8=D0=BF=D0=BE?= =?UTF-8?q?=D0=B2=D1=83=D1=8E"=20=D0=B2=D0=B8=D1=80=D1=82=D1=83=D0=B0?= =?UTF-8?q?=D0=BB=D0=BA=D1=83).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/battery-tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/battery-tmux.sh b/test/battery-tmux.sh index 11319860..04b595d3 100755 --- a/test/battery-tmux.sh +++ b/test/battery-tmux.sh @@ -14,7 +14,7 @@ tmux -f ./test/tmux.conf new-session -d -s mdbx htop W=0 for ps in min 4k max; do for from in 1 30000; do - for n in 0 1 2 3 4 5 6 7; do + for n in 0 1 2 3; do CMD="${TEST} --delay $((n * 7)) --page-size ${ps} --from ${from} --dir ${PREFIX}page-${ps}.from-${from}.${n}" if [ $n -eq 0 ]; then tmux new-window -t mdbx:$((++W)) -n "page-${ps}.from-${from}" -k -d "$CMD" @@ -23,7 +23,7 @@ for ps in min 4k max; do tmux split-window -t mdbx:$W -l 20% -d $CMD fi done - for n in 0 1 2 3 4 5 6 7; do + for n in 0 1 2 3; do CMD="${TEST} --delay $((3 + n * 7)) --extra --page-size ${ps} --from ${from} --dir ${PREFIX}page-${ps}.from-${from}.${n}-extra" if [ $n -eq 0 ]; then tmux new-window -t mdbx:$((++W)) -n "page-${ps}.from-${from}-extra" -k -d "$CMD"