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
Showing
... | @@ -309,6 +309,8 @@ group :development, :test do | ... | @@ -309,6 +309,8 @@ group :development, :test do |
gem 'knapsack', '~> 1.11.0' | gem 'knapsack', '~> 1.11.0' | ||
gem 'activerecord_sane_schema_dumper', '0.2' | gem 'activerecord_sane_schema_dumper', '0.2' | ||
gem 'stackprof', '~> 0.2.10' | |||
end | end | ||
group :test do | group :test do | ||
... | ... |
bin/rspec-stackprof
0 → 100755
Please register or sign in to comment