spec/benchmarks.rb in saxlsx-1.4.0 vs spec/benchmarks.rb in saxlsx-1.5.0

- old
+ new

@@ -47,10 +47,10 @@ def benchmark(title, path) puts puts title puts - Benchmark.benchmark('', 20) do |x| + Benchmark.bmbm(20) do |x| x.report "creek" do run_creek(path) end x.report "dullard" do run_dullard(path)