From f45988b3ce036d0f254c9a9e579e62a662041781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 9 Dec 2025 15:25:42 +0100 Subject: [PATCH] Update rustc-perf deployment docs link --- service-catalog/rustc-perf/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service-catalog/rustc-perf/README.md b/service-catalog/rustc-perf/README.md index 6bc4266..308a420 100644 --- a/service-catalog/rustc-perf/README.md +++ b/service-catalog/rustc-perf/README.md @@ -12,8 +12,8 @@ it. It also uses the `shared` db of [rds-databases] and the `rustc-perf` S3 bucket. -The collector (the machine that runs the benchmarks) is a dedicated physical -server running at [Hetzner]. Rustc-perf runs on a bare-metal server because we +The collectors (the machines that run the benchmarks) are dedicated physical +servers running at [Hetzner]. The collectors run on a bare-metal server because we need predictable performance. Otherwise, test results might be spoiled by noisy neighbors in the cloud. @@ -39,4 +39,4 @@ These are the versions we need to keep up-to-date: [Cargo.lock]: https://github.com/rust-lang/rustc-perf/blob/master/Cargo.lock [package-lock.json]: https://github.com/rust-lang/rustc-perf/blob/master/site/frontend/package-lock.json [workflows]: https://github.com/rust-lang/rustc-perf/tree/master/.github/workflows -[rustc-perf docs]: https://github.com/rust-lang/rustc-perf/tree/master/docs +[rustc-perf docs]: https://github.com/rust-lang/rustc-perf/tree/master/docs/deployment.md