cmark

My personal build of CMark ✏️

Commit
550230aa5575b120782ef307a17317c6827f032e
Parent
7370f934a5e9473e28e90ed93d97d11dec5577a9
Author
John MacFarlane <jgm@berkeley.edu>
Date

Makefile - run js benchmark with high 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
@@ -165,7 +165,7 @@ lint:
 	eslint -c eslint.json ${JSMODULES} js/bin/commonmark js/test.js js/bench.js
 
 benchjs:
-	node js/bench.js ${BENCHINP}
+	sudo renice 99 $$$$; node js/bench.js ${BENCHINP}
 
 npm:
 	cd js; npm publish