Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/rustc-perf
Website for graphing performance of rustc
https://github.com/rust-lang/rustc-perf
performance
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T09:14:52.000Z (about 2 months ago)
- Last Synced: 2024-09-28T20:41:07.704Z (about 1 month ago)
- Topics: performance
- Language: Rust
- Homepage: https://perf.rust-lang.org
- Size: 68.5 MB
- Stars: 616
- Watchers: 22
- Forks: 148
- Open Issues: 99
-
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 benchmarkingAdditional 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.