diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-03-09 14:54:26 +0000 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-03-13 18:59:36 +0000 |
commit | 4dc99f326abcd73ba3564e8294c823d0a07a2f44 (patch) | |
tree | e9c72dfdcb95a7cd1fbe087dfcb0a700af0083e1 /doc/development/profiling.md | |
parent | 1dc2e185b8dfb7dfdccabe28998b30265f4ef39d (diff) | |
download | gitlab-ce-4dc99f326abcd73ba3564e8294c823d0a07a2f44.tar.gz |
Adds docs for QueryRecorder tests28492-add-dev-documentation-for-using-the-queryrecorder-in-specs
Diffstat (limited to 'doc/development/profiling.md')
-rw-r--r-- | doc/development/profiling.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/profiling.md b/doc/development/profiling.md index e244ad4e881..933033a09e0 100644 --- a/doc/development/profiling.md +++ b/doc/development/profiling.md @@ -25,3 +25,5 @@ starting GitLab. For example: Bullet will log query problems to both the Rails log as well as the Chrome console. + +As a follow up to finding `N+1` queries with Bullet, consider writing a [QueryRecoder test](query_recorder.md) to prevent a regression. |