summaryrefslogtreecommitdiff
path: root/doc/development/performance.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-12 11:44:51 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-07-12 11:44:51 +0900
commitcc748d5b9596053834b358ded4e113bbc747c21d (patch)
tree500029136e4d43307a24b964a07bc33ab17d5d63 /doc/development/performance.md
parente105232ccf4fd88d5beb64d91a5bd0171c1796c6 (diff)
downloadgitlab-ce-docs-code-block-fences.tar.gz
Add blank lines around code blocksdocs-code-block-fences
All code blocks should be surrounded by blank lines
Diffstat (limited to 'doc/development/performance.md')
-rw-r--r--doc/development/performance.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/performance.md b/doc/development/performance.md
index c034f4a344b..8b569a677b6 100644
--- a/doc/development/performance.md
+++ b/doc/development/performance.md
@@ -246,6 +246,7 @@ irb(main):002:0> results.last.attributes.keys
irb(main):003:0> results.where(status: "passed").average(:time).to_s
=> "0.211340155844156"
```
+
These results can also be placed into a PostgreSQL database by setting the
`RSPEC_PROFILING_POSTGRES_URL` variable. This is used to profile the test suite
when running in the CI environment.