Compare results of the XML pull parser benchmark.

This commit is contained in:
Yorick Peterse 2014-09-02 10:06:09 +02:00
parent adb125c647
commit 3dcd0e4584
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::PullParser.new(big_xml_file).parse { }
end
bench.compare!
end