summaryrefslogtreecommitdiffhomepage
path: root/test/benchmark.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-07 23:38:09 +0200
committerGeremia Taglialatela <[email protected]>2023-04-07 23:38:59 +0200
commit6ddcc4588013dfa46fe34a235163dad2b66bdc4c (patch)
treec12752e1aa0b23c1f81b61033b353d60844ef37a /test/benchmark.rb
parent70d3dfc768ecbea6ea52e9481fbfd3068445bbc4 (diff)
downloadcaxlsx-6ddcc4588013dfa46fe34a235163dad2b66bdc4c.tar.gz
caxlsx-6ddcc4588013dfa46fe34a235163dad2b66bdc4c.zip
Fix Layout/EmptyLinesAroundBlockBody offenses
``` rubocop --only Layout/EmptyLinesAroundBlockBody -a ```
Diffstat (limited to 'test/benchmark.rb')
-rw-r--r--test/benchmark.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/benchmark.rb b/test/benchmark.rb
index 8d90cdf5..e9f6c22b 100644
--- a/test/benchmark.rb
+++ b/test/benchmark.rb
@@ -9,7 +9,6 @@ input = (32..126).to_a.pack('U*').chars.to_a
20.times { row << input.shuffle.join}
times = 3000
Benchmark.bmbm(30) do |x|
-
x.report('axlsx_noautowidth') {
p = Axlsx::Package.new
p.workbook do |wb|