Compare results of the XML parser benchmark.

This commit is contained in:
Yorick Peterse 2014-09-02 10:05:11 +02:00
parent aad9279048
commit adb125c647
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ Benchmark.ips do |bench|
bench.report '10MB as an IO' do
Oga::XML::Parser.new(big_xml_file).parse
end
bench.compare!
end