diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-10 21:21:40 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-10 21:21:40 -0800 |
commit | 550230aa5575b120782ef307a17317c6827f032e (patch) | |
tree | 4fb0a6755e21530024826c037afc8262af8a91fa /Makefile | |
parent | 7370f934a5e9473e28e90ed93d97d11dec5577a9 (diff) |
Makefile - run js benchmark with high priority.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |