From: kangax Date: Sun, 16 Feb 2014 18:23:09 +0000 (-0500) Subject: Add comparison table X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=be433ff827621e462ebb65d3b1af358bddf1faa3;p=html-minifier.git Add comparison table --- diff --git a/README.md b/README.md index fa972dd..c7824da 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ See [corresponding blog post](http://perfectionkills.com/experimenting-with-html Also see corresponding [Grunt plugin](https://github.com/gruntjs/grunt-contrib-htmlmin). + +| Site | Original size | HTMLMinifier | Will Peavy | +| ------------- |:-------------:| -------------:| -----------:| +| Wikipedia | 401.4KB | 385.5KB | 396.3KB | +| Stackoverflow | ... | ... | ... | +| Amazon | ... | .. | ... | +| ES6 table | ... | .. | ... | + + Installing with [npm](https://github.com/isaacs/npm): ```