diff --git a/src/doc/rustc-dev-guide/src/tests/ci.md b/src/doc/rustc-dev-guide/src/tests/ci.md index 25869c533212..8b92f3c2aae5 100644 --- a/src/doc/rustc-dev-guide/src/tests/ci.md +++ b/src/doc/rustc-dev-guide/src/tests/ci.md @@ -462,8 +462,8 @@ These are some useful panels from the dashboard: - Pipeline duration: check how long the auto builds take to run. - Top slowest jobs: check which jobs are taking the longest to run. -- Change in median job duration: check what jobs are slowest than before. Useful - to detect regressions. +- Change in median job duration: check what jobs are slowest than before. + Useful to detect regressions. - Top failed jobs: check which jobs are failing the most. To learn more about the dashboard, see the [Datadog CI docs].