Skip to content

Commit

Permalink
Merge pull request #291 from rossta/patch-1
Browse files Browse the repository at this point in the history
benchmark: correct Commonmarker::Node.to_html input.
  • Loading branch information
kivikakk authored May 5, 2024
2 parents a3595c1 + b0f4dfa commit aaf27cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
end

x.report("Commonmarker::Node.to_html") do
Commonmarker.parse(large).to_html
Commonmarker.parse(input).to_html
end

x.report("Kramdown::Document#to_html") do
Expand Down

0 comments on commit aaf27cb

Please sign in to comment.