-
- Downloads
There was an error fetching the commit references. Please try again later.
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
- Gemfile 0 additions, 1 deletionGemfile
- Gemfile.lock 0 additions, 3 deletionsGemfile.lock
- app/assets/javascripts/performance_bar/components/performance_bar_app.vue 0 additions, 6 deletions...cripts/performance_bar/components/performance_bar_app.vue
- changelogs/unreleased/remove-peek-gc.yml 5 additions, 0 deletionschangelogs/unreleased/remove-peek-gc.yml
- config/initializers/peek.rb 0 additions, 5 deletionsconfig/initializers/peek.rb
- doc/administration/monitoring/performance/performance_bar.md 0 additions, 1 deletiondoc/administration/monitoring/performance/performance_bar.md
Loading
| Loading
| @@ -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 | ||
Loading
| Loading
|
changelogs/unreleased/remove-peek-gc.yml
0 → 100644
Please register or sign in to comment