Compare results of the lexer benchmark.
This commit is contained in:
parent
8bab5c70d8
commit
69f1cd0a40
|
@ -10,4 +10,6 @@ Benchmark.ips do |bench|
|
||||||
bench.report '10MB as an IO' do
|
bench.report '10MB as an IO' do
|
||||||
Oga::XML::Lexer.new(big_xml_file).advance { }
|
Oga::XML::Lexer.new(big_xml_file).advance { }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
bench.compare!
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue