-
- Downloads
Get memory data after booting app in production
Preload the app in `production` env, hit it with a single request, and gather total gem memory consumption data using `derailed exec perf:mem` from `derailed_benchmarks`. Present the result as MR metrics.
Showing
- .gitlab/ci/memory.gitlab-ci.yml 23 additions, 0 deletions.gitlab/ci/memory.gitlab-ci.yml
- config/boot.rb 1 addition, 1 deletionconfig/boot.rb
- scripts/generate-memory-metrics-on-boot 11 additions, 0 deletionsscripts/generate-memory-metrics-on-boot
- scripts/prepare_build.sh 5 additions, 4 deletionsscripts/prepare_build.sh
scripts/generate-memory-metrics-on-boot
0 → 100755
Please register or sign in to comment