diff --git a/benchmark/index.js b/benchmark/index.js index 332a174169..b849862b10 100644 --- a/benchmark/index.js +++ b/benchmark/index.js @@ -140,9 +140,9 @@ var sizeBenchmark = function (code, loc, name, compiler) { }); if (!output) return; - go(function () { - return uglify.minify(output, { fromString: true }).code; - }, uglifyTitle); + //go(function () { + // return uglify.minify(output, { fromString: true }).code; + //}, uglifyTitle); }; //