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:
authorYorick Peterse <yorickpeterse@gmail.com>2015-10-05 12:32:22 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2015-10-05 12:32:22 +0300
commit0bef64911b983f4fc1c130e9c5c7b730adb30072 (patch)
treeadb3e90e04b9d208344b0b487f0b35c505f89539 /doc/development/README.md
parent89920ca8194d8bc946640fd786fb49ebd39e7f11 (diff)
Added documentation for writing benchmarks
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 6bc8e1888db..d5bf166ad32 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -8,3 +8,4 @@
- [UI guide](ui_guide.md) for building GitLab with existing css styles and elements
- [Migration Style Guide](migration_style_guide.md) for creating safe migrations
- [How to dump production data to staging](dump_db.md)
+- [Benchmarking](benchmarking.md)