Merge pull request #1103 from ashmaroli/ci-profile-memory

Add a CI job to profile memory usage of commit
This commit is contained in:
Tobias Lütke
2019-08-27 15:11:55 -04:00
committed by GitHub
3 changed files with 56 additions and 16 deletions
+1
View File
@@ -8,6 +8,7 @@ gemspec
group :benchmark, :test do
gem 'benchmark-ips'
gem 'memory_profiler'
gem 'terminal-table'
install_if -> { RUBY_PLATFORM !~ /mingw|mswin|java/ } do
gem 'stackprof'