cmark

My personal build of CMark ✏️

Commit
3731ae78a774513a279cd8149c760fb4df412149
Parent
1633fce60d3f2ca5d3450da03c9f752fcdf2b634
Author
John MacFarlane <jgm@berkeley.edu>
Date

Use -10 priority with renice.

Negative numbers are higher priority!

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git 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 ; \