benchmark with optimization: 3
This commit is contained in:
parent
4bb64a2753
commit
c63ade697a
@ -17,7 +17,7 @@ fs.stat(file, function (e, stats) {
|
||||
|
||||
start = new(Date);
|
||||
|
||||
new(less.Parser)().parse(data, function (err, tree) {
|
||||
new(less.Parser)({ optimization: 3 }).parse(data, function (err, tree) {
|
||||
end = new(Date);
|
||||
|
||||
total = end - start;
|
||||
|
Loading…
Reference in New Issue
Block a user