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