Run liquidtruffle from the performance runner

This commit is contained in:
Justin Li
2019-08-23 16:11:00 -04:00
parent 49488e3757
commit 350addf364
4 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class ThemeRunner
# Initialize a new liquid ThemeRunner instance
# Will load all templates into memory, do this now so that we don't profile IO.
def initialize
@tests = Dir[__dir__ + '/tests/**/*.liquid'].collect do |test|
@tests = Dir[__dir__ + '/tests/ripen/product.liquid'].collect do |test|
next if File.basename(test) == 'theme.liquid'
theme_path = File.dirname(test) + '/theme.liquid'