summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-08-07 13:39:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-08-07 13:39:29 -0700
commit3731ae78a774513a279cd8149c760fb4df412149 (patch)
treeee05db141d2db7e81638432ee2ca00ce0e77c155 /Makefile
parent1633fce60d3f2ca5d3450da03c9f752fcdf2b634 (diff)
Use -10 priority with renice.
Negative numbers are higher priority!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc7d9b2..87d2103 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ $(BENCHDIR)/benchinput.md: progit
done
bench: $(BENCHFILE)
- { sudo renice 99 $$$$; \
+ { sudo renice -10 $$$$; \
for x in `seq 1 $(NUMRUNS)` ; do \
/usr/bin/env time -p $(PROG) </dev/null >/dev/null ; \
/usr/bin/env time -p $(PROG) $< >/dev/null ; \