https://github.com/rust-lang/rustc-perf
Website for graphing performance of rustc
https://github.com/rust-lang/rustc-perf
performance
Last synced: 7 months ago
JSON representation
Website for graphing performance of rustc
- Host: GitHub
- URL: https://github.com/rust-lang/rustc-perf
- Owner: rust-lang
- Created: 2015-02-22T02:04:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T08:16:36.000Z (7 months ago)
- Last Synced: 2025-05-15T00:05:40.860Z (7 months ago)
- Topics: performance
- Language: Rust
- Homepage: https://perf.rust-lang.org
- Size: 76.4 MB
- Stars: 664
- Watchers: 23
- Forks: 152
- Open Issues: 109
-
Metadata Files:
- Readme: README.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
# Rust Compiler Performance Monitoring & Benchmarking
This repository contains two primary crates:
* [`collector`](./collector): gathers data for each bors commit
* [`site`](./site): [displays](https://perf.rust-lang.org) the data and provides a GitHub bot for on-demand benchmarking
Additional documentation on running and setting up the frontend and backend can
be found in the `README` files in the `collector` and `site` directories.
Additional documentation on the benchmark programs can be found in the `README`
file in the `collector/compile-benchmarks` and `collector/runtime-benchmarks` directories.
## License
The code of this repository is licensed under the `MIT` license, managed by the [`Reuse Specification`](REUSE.toml).
The compile-time benchmarks have their own separate licenses, check the [`collector/compile-benchmarks/REUSE.toml`](collector/compile-benchmarks/REUSE.toml) file.