summaryrefslogtreecommitdiffhomepage
path: root/test/profile.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-11-25 16:09:52 +0900
committerRandy Morgan <[email protected]>2012-11-25 16:09:52 +0900
commit818821bce3a3eb36e939d30acd47977a2ab99d9b (patch)
tree1214bf1928ecf6cbf721b16e130300904ba78298 /test/profile.rb
parentd68b0671eeef2c9db6bc0ce89399d2d694c0fee2 (diff)
downloadcaxlsx-818821bce3a3eb36e939d30acd47977a2ab99d9b.tar.gz
caxlsx-818821bce3a3eb36e939d30acd47977a2ab99d9b.zip
Updated profiler to use the standard 'no shared strings, autowith on' options
Diffstat (limited to 'test/profile.rb')
-rw-r--r--test/profile.rb4
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