diff --git a/benchmark/shopify.rb b/benchmark/shopify.rb index e5dc3a35..b336868c 100644 --- a/benchmark/shopify.rb +++ b/benchmark/shopify.rb @@ -10,7 +10,6 @@ require 'rubygems' require 'active_support' require 'yaml' require 'digest/md5' - require 'shopify/liquid' require 'shopify/database.rb' @@ -50,7 +49,7 @@ class ThemeProfiler $stdout.puts "* rendered template %s, content: %s" % [template_name, Digest::MD5.hexdigest(html)] # Uncomment to dump html files to /tmp so that you can inspect for errors - #File.open("/tmp/#{File.basename(template_name)}.html", "w+") { |fp| fp <