Skip to content

Commit

Permalink
benchmark: haml escape_attrs = false
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Dec 1, 2015
1 parent 8a4abea commit 81b888a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/run-benchmarks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def initialize(slow)
end

def init_compiled_benches
haml_pretty = Haml::Engine.new(@haml_code, format: :html5)
haml_ugly = Haml::Engine.new(@haml_code, format: :html5, ugly: true)
haml_pretty = Haml::Engine.new(@haml_code, format: :html5, escape_attrs: false)
haml_ugly = Haml::Engine.new(@haml_code, format: :html5, ugly: true, escape_attrs: false)

context = Context.new

Expand Down

0 comments on commit 81b888a

Please sign in to comment.