-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |