From 285519b36c07c0563ba35d7e3f01519a0ae88fd4 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Sun, 7 Feb 2016 16:54:10 +0800 Subject: [PATCH] update benchmark results --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 533ab2c..6753442 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,19 @@ Also see corresponding [Ruby wrapper](https://github.com/stereobooster/html_mini How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Peavy](http://www.willpeavy.com/minifier/) (1st result in [google search for "html minifier"](https://www.google.com/#q=html+minifier)) as well as [htmlcompressor.com](http://htmlcompressor.com) and [minimize](https://github.com/Swaagie/minimize)? -| Site | Original size _(KB)_ | HTMLMinifier | minimize | Will Peavy | htmlcompressor.com | -| --------------------------------------------------------------------------- |:-----------:| ----------------:| ----------------:| ------------:| ----------------:| -| [HTMLMinifier page](https://github.com/kangax/html-minifier) | 48.8 | 37.3 | 41.8 | 43.3 | 41.9 | -| [ES6 table](http://kangax.github.io/es5-compat-table/es6/) | 117.9 | 79.9 | 94.1 | 92 | 91.9 | -| [MSN](http://msn.com) | 156.6 | 133 | 137.7 | 145 | 138.3 | -| [Stackoverflow](http://stackoverflow.com) | 200.4 | 159.5 | 165.1 | 168.3 | 163.3 | -| [Amazon](http://amazon.com) | 245.9 | 206.3 | 234.1 | 225 | 218.5 | -| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States) | 401.4 | 380.6 | 386.6 | 396.3 | n/a | -| [Eloquent Javascript](http://eloquentjavascript.net/print.html) | 869.5 | 830 | 838 | 872 | n/a | +| Site | Original size _(KB)_ | HTMLMinifier | minimize | Will Peavy | htmlcompressor.com | +| --------------------------------------------------------------------------- |:--------------------:| ------------:| --------:| ----------:| ------------------:| +| [HTMLMinifier page](https://github.com/kangax/html-minifier) | 49 | 37 | 42 | 44 | 43 | +| [NBC](http://www.nbc.com) | 91 | 75 | 84 | 86 | 85 | +| [ES6 table](http://kangax.github.io/es5-compat-table/es6/) | 118 | 80 | 93 | 95 | 94 | +| [New York Times](http://www.nytimes.com/) | 131 | 102 | 122 | 125 | 120 | +| [Google](http://www.google.com/) | 133 | 128 | 132 | 135 | 131 | +| [MSN](http://msn.com) | 157 | 132 | 138 | 145 | 138 | +| [Stackoverflow](http://stackoverflow.com) | 200 | 159 | 165 | 174 | 166 | +| [Amazon](http://amazon.com) | 246 | 211 | 234 | 230 | 219 | +| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States) | 401 | 373 | 388 | 400 | n/a | +| [Eloquent Javascript](http://eloquentjavascript.net/print.html) | 870 | 831 | 840 | 864 | n/a | +| [ES6 draft](https://people.mozilla.org/~jorendorff/es6-draft.html) | 3678 | 3060 | 3079 | 3204 | n/a | -- 2.34.1