summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-10 21:21:40 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-10 21:21:40 -0800
commit550230aa5575b120782ef307a17317c6827f032e (patch)
tree4fb0a6755e21530024826c037afc8262af8a91fa /Makefile
parent7370f934a5e9473e28e90ed93d97d11dec5577a9 (diff)
Makefile - run js benchmark with high priority.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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