update benchmark results
authoralexlamsl <alexlamsl@gmail.com>
Mon, 8 Feb 2016 06:58:27 +0000 (14:58 +0800)
committeralexlamsl <alexlamsl@gmail.com>
Mon, 8 Feb 2016 06:58:27 +0000 (14:58 +0800)
README.md

index 6753442..b2beaf7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,16 +18,16 @@ How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Pe
 | Site                                                                        | Original size _(KB)_ | HTMLMinifier | minimize | Will Peavy | htmlcompressor.com |
 | --------------------------------------------------------------------------- |:--------------------:| ------------:| --------:| ----------:| ------------------:|
 | [HTMLMinifier page](https://github.com/kangax/html-minifier)                | 49                   | <b>37</b>    | 42       | 44         | 43                 |
-| [NBC](http://www.nbc.com)                                                   | 91                   | <b>75</b>    | 84       | 86         | 85                 |
+| [NBC](http://www.nbc.com)                                                   | 91                   | <b>74</b>    | 84       | 86         | 85                 |
 | [ES6 table](http://kangax.github.io/es5-compat-table/es6/)                  | 118                  | <b>80</b>    | 93       | 95         | 94                 |
-| [New York Times](http://www.nytimes.com/)                                   | 131                  | <b>102</b>   | 122      | 125        | 120                |
+| [New York Times](http://www.nytimes.com/)                                   | 131                  | <b>101</b>   | 122      | 125        | 120                |
 | [Google](http://www.google.com/)                                            | 133                  | <b>128</b>   | 132      | 135        | 131                |
-| [MSN](http://msn.com)                                                       | 157                  | <b>132</b>   | 138      | 145        | 138                |
+| [MSN](http://msn.com)                                                       | 157                  | <b>130</b>   | 138      | 145        | 138                |
 | [Stackoverflow](http://stackoverflow.com)                                   | 200                  | <b>159</b>   | 165      | 174        | 166                |
-| [Amazon](http://amazon.com)                                                 | 246                  | <b>211</b>   | 234      | 230        | 219                |
-| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States)    | 401                  | <b>373</b>   | 388      | 400        | n/a                |
-| [Eloquent Javascript](http://eloquentjavascript.net/print.html)             | 870                  | <b>831</b>   | 840      | 864        | n/a                |
-| [ES6 draft](https://people.mozilla.org/~jorendorff/es6-draft.html)          | 3678                 | <b>3060</b>  | 3079     | 3204       | n/a                |
+| [Amazon](http://amazon.com)                                                 | 246                  | <b>204</b>   | 234      | 230        | 219                |
+| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States)    | 401                  | <b>367</b>   | 388      | 400        | n/a                |
+| [Eloquent Javascript](http://eloquentjavascript.net/print.html)             | 870                  | <b>826</b>   | 840      | 864        | n/a                |
+| [ES6 draft](https://people.mozilla.org/~jorendorff/es6-draft.html)          | 3678                 | <b>2990</b>  | 3079     | 3204       | n/a                |