Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-03-09 17:54:26 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-03-13 21:59:36 +0300
commit4dc99f326abcd73ba3564e8294c823d0a07a2f44 (patch)
treee9c72dfdcb95a7cd1fbe087dfcb0a700af0083e1 /doc/development/profiling.md
parent1dc2e185b8dfb7dfdccabe28998b30265f4ef39d (diff)
Adds docs for QueryRecorder tests
Diffstat (limited to 'doc/development/profiling.md')
-rw-r--r--doc/development/profiling.md2
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.