diff options
author | Stan Hu <stanhu@gmail.com> | 2019-02-27 14:04:18 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-02-27 14:04:18 -0800 |
commit | bea565cacccd6517fcb57f5833dc72bd0d433ceb (patch) | |
tree | 788e3ee953806a7b1136087e7e2d0289172618e0 | |
parent | 9983ee55da8ce6dd11a6533ded3d0feda3810b8f (diff) | |
download | gitlab-ce-bea565cacccd6517fcb57f5833dc72bd0d433ceb.tar.gz |
Bring back mentions of Redash
This reverts commit 676e0a3260a216d72131aa963f421c02042b93c1.
It was removed when we thought we were moving to Looker.
-rw-r--r-- | doc/development/profiling.md | 6 | ||||
-rw-r--r-- | doc/development/testing_guide/ci.md | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/development/profiling.md b/doc/development/profiling.md index f41d635de43..be13485ff78 100644 --- a/doc/development/profiling.md +++ b/doc/development/profiling.md @@ -86,10 +86,8 @@ that builds on this to add some additional niceties, such as allowing configuration with a single Yaml file for multiple URLs, and uploading of the profile and log output to S3. -For GitLab.com, currently the latest profiling data has been [moved from -Redash to Looker](https://gitlab.com/gitlab-com/Product/issues/5#note_121194467). -We are [currently investigating how to make this data -public](https://gitlab.com/meltano/looker/issues/294). +For GitLab.com, you can find the latest results here: +<http://redash.gitlab.com/dashboard/gitlab-profiler-statistics> ## Sherlock diff --git a/doc/development/testing_guide/ci.md b/doc/development/testing_guide/ci.md index 5aa668290b4..7a7fca46534 100644 --- a/doc/development/testing_guide/ci.md +++ b/doc/development/testing_guide/ci.md @@ -31,7 +31,11 @@ After that, the next pipeline will use the up-to-date The GitLab test suite is [monitored] for the `master` branch, and any branch that includes `rspec-profile` in their name. +A [public dashboard] is available for everyone to see. Feel free to look at the +slowest test files and try to improve them. + [monitored]: ../performance.md#rspec-profiling +[public dashboard]: https://redash.gitlab.com/public/dashboards/l1WhHXaxrCWM5Ai9D7YDqHKehq6OU3bx5gssaiWe?org_slug=default ## CI setup |