From: RafaƂ Pocztarski Date: Tue, 29 Jul 2014 11:18:33 +0000 (+0200) Subject: add commands for running benchamrks to README.md X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a9465a72db5d4e365808d5358ce4276860b824a4;p=html-minifier.git add commands for running benchamrks to README.md --- diff --git a/README.md b/README.md index cf754d7..b33caa9 100644 --- a/README.md +++ b/README.md @@ -92,5 +92,17 @@ var result = minify('

foo

', { result; // '

foo

' ``` +Running benchmarks +------------------ +Benchmarks for minified HTML: +``` +node benchmark.js +``` + +Benchmarks for minified and gzipped HTML: +``` +node gzip-benchmark.js +``` + [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kangax/html-minifier/trend.png)](https://bitdeli.com/free "Bitdeli Badge")