This commit is contained in:
SamDoiron
2020-01-21 22:12:20 -05:00
parent aa1ffb1fb8
commit a179fd84a3
14 changed files with 474 additions and 98 deletions
+5
View File
@@ -82,6 +82,11 @@ namespace :benchmark do
task :strict do
ruby "./performance/benchmark.rb strict"
end
desc "Run the liquid benchmark with strict parsing"
task :superfluid do
ruby "./performance/benchmark.rb superfluid"
end
end
namespace :profile do