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.
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment