Commit e3d12e1d authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-profiling-stats' into 'master'

Add info about rspec profiling stats

See merge request gitlab-org/gitlab!35853
parents 49c5b94c 7cf21b49
......@@ -254,6 +254,13 @@ These results can also be placed into a PostgreSQL database by setting the
`RSPEC_PROFILING_POSTGRES_URL` variable. This is used to profile the test suite
when running in the CI environment.
We store these results also when running CI jobs on the default branch on
`gitlab.com`. Statistics of these profiling data are [available
online](https://gitlab-org.gitlab.io/rspec_profiling_stats/). For example,
you can find which tests take longest to run or which execute the most
queries. This can be handy for optimizing our tests or identifying performance
issues in our code.
## Memory profiling
One of the reasons of the increased memory footprint could be Ruby memory fragmentation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment