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
path: root/doc
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-09-18 23:24:25 +0300
committerRobert Speicher <robert@gitlab.com>2018-09-18 23:24:25 +0300
commit73ecfae93508477f3cfe77b7ad1a325b085004d8 (patch)
tree4b606075074212d4709d74251f8ab6e71dcb4baa /doc
parentc235a1b3aa59ab3f3e5468125824ba796eaedc07 (diff)
parent272876fd6fcaa0fbd309642220a62be669a4b5c5 (diff)
Merge branch 'docs/rephrase-development-headings' into 'master'
Enhance some performance guideline titles See merge request gitlab-org/gitlab-ce!21797
Diffstat (limited to 'doc')
-rw-r--r--doc/development/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index efe37b8ba0b..d8dbc993442 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -53,11 +53,14 @@ description: 'Learn how to contribute to GitLab.'
## Performance guides
-- [Instrumentation](instrumentation.md)
-- [Performance guidelines](performance.md)
+- [Instrumentation](instrumentation.md) for Ruby code running in production
+ environments
+- [Performance guidelines](performance.md) for writing code, benchmarks, and
+ certain patterns to avoid
- [Merge request performance guidelines](merge_request_performance_guidelines.md)
for ensuring merge requests do not negatively impact GitLab performance
-- [Profiling](profiling.md) for profiling a URL
+- [Profiling](profiling.md) a URL, measuring performance using Sherlock, or
+ tracking down N+1 queries using Bullet
## Database guides