diff options
Diffstat (limited to 'test/profile.rb')
| -rw-r--r-- | test/profile.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/profile.rb b/test/profile.rb index fa81577b..bce5d74e 100644 --- a/test/profile.rb +++ b/test/profile.rb @@ -19,8 +19,8 @@ times = 3000 PerfTools::CpuProfiler.start("/tmp/axlsx_noautowidth") do p = Axlsx::Package.new - p.use_autowidth = false - p.use_shared_strings = true + #p.use_autowidth = false + #p.use_shared_strings = true wb = p.workbook #A Simple Workbook |
