summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2015-10-05 11:32:22 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2015-10-05 11:32:22 +0200
commit0bef64911b983f4fc1c130e9c5c7b730adb30072 (patch)
treeadb3e90e04b9d208344b0b487f0b35c505f89539 /doc/development/README.md
parent89920ca8194d8bc946640fd786fb49ebd39e7f11 (diff)
downloadgitlab-ce-0bef64911b983f4fc1c130e9c5c7b730adb30072.tar.gz
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)