Skip to content

Commit

Permalink
disable uglify benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmck committed Oct 25, 2014
1 parent e23f8e9 commit 417ba2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};

//
Expand Down

0 comments on commit 417ba2b

Please sign in to comment.