From be433ff827621e462ebb65d3b1af358bddf1faa3 Mon Sep 17 00:00:00 2001 From: kangax Date: Sun, 16 Feb 2014 13:23:09 -0500 Subject: [PATCH] Add comparison table --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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): ``` -- 2.34.1