Skip to content

Commit

Permalink
docs: document rustc-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Sep 24, 2024
1 parent 0b1a052 commit 3613cdd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service-catalog/discord-mods-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ is a bot used by the moderation team to manage the Rust Discord server.

The bot is managed in the
[terraform/discord-mods-bot](https://github.com/rust-lang/simpleinfra/tree/master/terraform/discord-mods-bot)
module.
module and uses the `discord-mods-bot` database of
[terraform/rds-databases](https://github.com/rust-lang/simpleinfra/tree/master/terraform/rds-databases)

## Versions

Expand Down
18 changes: 18 additions & 0 deletions service-catalog/rustc-perf/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Rustc perf

[Rustc perf] is a website that tracks the performance of
`rustc` over time.

It is deployed using [terraform/rustc-perf].
The app is in the [rustc-perf]
repository and it's maintained by the [wg-compiler-performance] team.

It uses an ECR repository to store the Docker image and an ECS service to run it.

It also uses the `shared` db of [rds-databases] and the `rustc-perf` S3 bucket.

[Rustc perf]: https://perf.rust-lang.org/
[rustc-perf]: https://github.com/rust-lang/rustc-perf
[terraform/rustc-perf]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/rustc-perf
[wg-compiler-performance]: https://github.com/orgs/rust-lang/teams/wg-compiler-performance
[rds-databases]: https://github.com/rust-lang/simpleinfra/tree/master/terraform/rds-databases

0 comments on commit 3613cdd

Please sign in to comment.