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
+5 -2
View File
@@ -6,18 +6,21 @@ rvm:
- 2.3
- 2.4
- 2.5
- &latest_ruby 2.6
- ruby-head
- jruby-head
# - rbx-2
sudo: false
addons:
apt:
packages:
- libgmp3-dev
matrix:
include:
- rvm: *latest_ruby
script: bundle exec rake memory_profile:run
name: Profiling Memory Usage
allow_failures:
- rvm: ruby-head
- rvm: jruby-head