diff options
author | Sean McGivern <sean@gitlab.com> | 2019-08-06 19:05:47 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-08-06 20:42:46 +0100 |
commit | 66963aad70abba7a87512070047244eefefeb563 (patch) | |
tree | a5fe801746c6b97d1cc8c8810f06ea04f4e92944 /Gemfile | |
parent | dca9e2124c70f07eb24785f09ba3715e932c7103 (diff) | |
download | gitlab-ce-66963aad70abba7a87512070047244eefefeb563.tar.gz |
Remove GC metrics from performance bar
These were disabled in production mode, but that also broke the rest of
the performance bar. As they were only enabled in development mode, we
can just remove them for now.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -296,7 +296,6 @@ gem 'batch-loader', '~> 1.4.0' # Perf bar gem 'peek', '~> 1.0.1' -gem 'peek-gc', '~> 0.0.2' # Memory benchmarks gem 'derailed_benchmarks', require: false |