Compare results of the lexer benchmark.

This commit is contained in:
Yorick Peterse 2014-09-02 10:03:41 +02:00
parent 8bab5c70d8
commit 69f1cd0a40
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::Lexer.new(big_xml_file).advance { }
end
bench.compare!
end