From 417ba2bd9261e5ce370114c8295f5736cbcf6f39 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 25 Oct 2014 17:23:14 +1100 Subject: [PATCH] disable uglify benchmark --- benchmark/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }; //