kangax / html-minifier

Javascript-based HTML compressor/minifier (with Node.js support)
http://kangax.github.io/html-minifier/
MIT License
4.94k stars 571 forks source link

Fix/update benchmark #1109

Open XhmikosR opened 3 years ago

XhmikosR commented 3 years ago

htmlcompressor.com has an upper limit of ~300KB hence why it fails. We could probably just drop it later.

Also, IMHO we should move the benchmark script into the benchmark folder along with its own package.json and run it on CI (probably with a cron job since we don't want it to run all the time). Otherwise it can break at any time again.