diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2015-10-05 11:32:22 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2015-10-05 11:32:22 +0200 |
commit | 0bef64911b983f4fc1c130e9c5c7b730adb30072 (patch) | |
tree | adb3e90e04b9d208344b0b487f0b35c505f89539 /doc/development/README.md | |
parent | 89920ca8194d8bc946640fd786fb49ebd39e7f11 (diff) | |
download | gitlab-ce-0bef64911b983f4fc1c130e9c5c7b730adb30072.tar.gz |
Added documentation for writing benchmarks
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
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) |