Skip to content

Commit

Permalink
Use -10 priority with renice.
Browse files Browse the repository at this point in the history
Negative numbers are higher priority!
  • Loading branch information
jgm committed Aug 7, 2015
1 parent 1633fce commit 3731ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit 3731ae7

Please sign in to comment.