summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorPaul Kmiec <[email protected]>2023-04-29 16:22:39 -0700
committerPaul Kmiec <[email protected]>2023-05-05 09:29:58 -0700
commit1c355c83a9603f835dfe59ef4473df2b8cc3534c (patch)
treeb1dc4d05e5cd19ce48d0b86dc5ac8e8140a465a3 /Gemfile
parent916ba45a77302bcd6e81f2a61a6cff6a2f1f8367 (diff)
downloadcaxlsx-1c355c83a9603f835dfe59ef4473df2b8cc3534c.tar.gz
caxlsx-1c355c83a9603f835dfe59ef4473df2b8cc3534c.zip
Improve benchmarking / profiling
Added zip_command variant to benchmark.rb and added profile_memory.rb based on the `memory_profiler` gem.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 45758bcc..861367af 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,5 +17,6 @@ group :test do
end
group :profile do
- gem 'ruby-prof', :platforms => :ruby
+ gem 'memory_profiler'
+ gem 'ruby-prof', platforms: :ruby
end