From a1e9e74b9ce486b4502667a3d9c9b4b958a0f780 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 29 Apr 2014 14:24:33 +0200 Subject: [PATCH] Updated a benchmark description. --- benchmark/parser/bench_big_xml_time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/parser/bench_big_xml_time.rb b/benchmark/parser/bench_big_xml_time.rb index d1534ab..1c19b37 100644 --- a/benchmark/parser/bench_big_xml_time.rb +++ b/benchmark/parser/bench_big_xml_time.rb @@ -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