From 550230aa5575b120782ef307a17317c6827f032e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 10 Dec 2014 21:21:40 -0800 Subject: Makefile - run js benchmark with high priority. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69a3b4c..8916119 100644 --- 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 -- cgit v1.2.3