From 66963aad70abba7a87512070047244eefefeb563 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Tue, 6 Aug 2019 19:05:47 +0100 Subject: 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. --- Gemfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index ef277336859..22746f9c5ae 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3