diff options
author | Robert Speicher <robert@gitlab.com> | 2016-11-30 05:29:29 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-11-30 05:29:29 +0000 |
commit | 4ecb95949230e2a7000b129a35096e25d0c6572c (patch) | |
tree | 1a77d7694543377329eaa77a78a72adad7f0459c /Gemfile | |
parent | fb17ce1f2f25dde8988f3b2d3abf8d7fc4154c06 (diff) | |
parent | 5e05f9c5c2cfaf14cc0337c23ff54f86c5d5f5a8 (diff) | |
download | gitlab-ce-4ecb95949230e2a7000b129a35096e25d0c6572c.tar.gz |
Merge branch 'add-stackprof' into 'master'
Add StackProf to the Gemfile, along with a utility to get a profile for a spec
The test suite needs speeding up significantly. This is one tool for investigating it.
Related to #23034
See merge request !7784
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -309,6 +309,8 @@ group :development, :test do gem 'knapsack', '~> 1.11.0' gem 'activerecord_sane_schema_dumper', '0.2' + + gem 'stackprof', '~> 0.2.10' end group :test do |