From 14583967332c8036a46025ed7146164a39e77ee2 Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Tue, 30 Jul 2013 14:20:16 -0400 Subject: [PATCH] Fix benchmark --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9bdd344..486bdfe 100755 --- a/Rakefile +++ b/Rakefile @@ -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"