diff options
| author | Paul Kmiec <[email protected]> | 2023-04-29 16:22:39 -0700 |
|---|---|---|
| committer | Paul Kmiec <[email protected]> | 2023-05-05 09:29:58 -0700 |
| commit | 1c355c83a9603f835dfe59ef4473df2b8cc3534c (patch) | |
| tree | b1dc4d05e5cd19ce48d0b86dc5ac8e8140a465a3 /Gemfile | |
| parent | 916ba45a77302bcd6e81f2a61a6cff6a2f1f8367 (diff) | |
| download | caxlsx-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-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
