From 818821bce3a3eb36e939d30acd47977a2ab99d9b Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 25 Nov 2012 16:09:52 +0900 Subject: Updated profiler to use the standard 'no shared strings, autowith on' options --- test/profile.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/profile.rb') 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 -- cgit v1.2.3