Updated a benchmark description.

This commit is contained in:
Yorick Peterse 2014-04-29 14:24:33 +02:00
parent a42240bc2e
commit a1e9e74b9c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ xml = File.read(File.expand_path('../../fixtures/big.xml', __FILE__))
parser = Oga::XML::Parser.new(xml)
Benchmark.bmbm(10) do |bench|
bench.report '11MB of XML' do
bench.report '10MB of XML' do
parser.parse
end
end