stress_tests: run pingpong.bash at nice level 19
Like extractloop.bash.
This commit is contained in:
parent
4572cd2103
commit
9e0b07ec99
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user