From cc748d5b9596053834b358ded4e113bbc747c21d Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Fri, 12 Jul 2019 11:44:51 +0900 Subject: Add blank lines around code blocks All code blocks should be surrounded by blank lines --- doc/development/performance.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/development/performance.md') 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. -- cgit v1.2.1