Artifact ac96586fe31c942df917a69315fb1904641fc19c:
- Executable file ext-tests/sixtyfivek/run-four.sh — part of check-in [7f96283a66] at 2023-02-03 18:48:20 on branch v1.80-dbperformance — Bumped the default to four dbs and changed the droop curve to an exponential. (user: matt, size: 222) [annotate] [blame] [check-ins using]
#!/bin/bash baserunname=$(date +ww%U.%w) for x in a b c d;do runname=$baserunname$x NBFAKE_LOG=$runname.log nbfake megatest -run -testpatt % -target mrdp/ip-xsc-2.0/fast -runname $runname -clean-cache sleep 5 done