add html-minifier to benchmarks (#2646)

This commit is contained in:
Alex Lam S.L
2017-12-25 03:07:46 +08:00
committed by GitHub
parent cb6a92892f
commit 1476c78b53
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ var urls = [
"http://builds.emberjs.com/tags/v2.11.0/ember.prod.js",
"https://cdn.jsdelivr.net/lodash/4.17.4/lodash.js",
"https://cdnjs.cloudflare.com/ajax/libs/d3/4.5.0/d3.js",
"https://raw.githubusercontent.com/kangax/html-minifier/v3.5.7/dist/htmlminifier.js",
];
var results = {};
var remaining = 2 * urls.length;