Add a CI job to profile memory usage of commit

This commit is contained in:
Ashwin Maroli
2019-05-17 22:47:05 +05:30
parent b3b63a683f
commit ab698191b9
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'