Skip to content

Commit

Permalink
benchmark.js: update htmlcompressor options
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 10, 2021
1 parent a90e36f commit 30bb526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ run(fileNames.map(function(fileName) {
});
}).on('error', failed).end(querystring.stringify({
code_type: 'html',
output_format: 'json',
html_level: 3,
html_strip_quotes: 1,
minimize_style: 1,
Expand Down

0 comments on commit 30bb526

Please sign in to comment.