summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ; \