benchmark with optimization: 3

This commit is contained in:
cloudhead 2010-06-11 21:46:12 -04:00
parent 4bb64a2753
commit c63ade697a

View File

@ -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;