Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.