Fix benchmark

This commit is contained in:
Tristan Hume
2013-07-30 14:20:16 -04:00
parent 346e92aaa6
commit 1458396733

View File

@@ -27,7 +27,7 @@ namespace :benchmark do
desc "Run the liquid benchmark"
task :run do
ruby "./performance/benchmark.rb"
ruby "./performance/benchmark.rb strict"
end
desc "Run the liquid benchmark with lax parsing"