stress_tests: run pingpong.bash at nice level 19

Like extractloop.bash.
This commit is contained in:
Jakob Unterwurzacher 2020-07-26 19:55:17 +02:00
parent 4572cd2103
commit 9e0b07ec99
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
set -eu
# Run at low priority to not annoy the user too much
renice 19 $$
cd "$(dirname "$0")"
MD5="$PWD/linux-3.0.md5sums"
MYNAME=$(basename $0)