Commit d23ee2b1 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'alipniagov/remove-derailed-benchmarks-from-gemfile' into 'master'

Move `derailed_benchmarks` into `test` group

Closes #217527

See merge request gitlab-org/gitlab!32169
parents aaa3ae90 580126f4
......@@ -318,9 +318,6 @@ gem 'peek', '~> 1.1'
# Snowplow events tracking
gem 'snowplow-tracker', '~> 0.6.1'
# Memory benchmarks
gem 'derailed_benchmarks', require: false
# Metrics
group :metrics do
gem 'method_source', '~> 0.8', require: false
......@@ -413,6 +410,9 @@ group :test do
gem 'test-prof', '~> 0.10.0'
gem 'rspec_junit_formatter'
gem 'guard-rspec'
# Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527
gem 'derailed_benchmarks', require: false
end
gem 'octokit', '~> 4.15'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment