Compare results of the XML pull parser benchmark.
This commit is contained in:
parent
adb125c647
commit
3dcd0e4584
|
@ -10,4 +10,6 @@ Benchmark.ips do |bench|
|
||||||
bench.report '10MB as an IO' do
|
bench.report '10MB as an IO' do
|
||||||
Oga::XML::PullParser.new(big_xml_file).parse { }
|
Oga::XML::PullParser.new(big_xml_file).parse { }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
bench.compare!
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue