Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-11-30 08:29:29 +0300
committerRobert Speicher <robert@gitlab.com>2016-11-30 08:29:29 +0300
commit4ecb95949230e2a7000b129a35096e25d0c6572c (patch)
tree1a77d7694543377329eaa77a78a72adad7f0459c /Gemfile
parentfb17ce1f2f25dde8988f3b2d3abf8d7fc4154c06 (diff)
parent5e05f9c5c2cfaf14cc0337c23ff54f86c5d5f5a8 (diff)
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--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 350ecd0ca02..83edf420798 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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