Skip to content
Website for graphing performance of rustc
Branch: future
Clone or download
Pull request Compare This branch is 374 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
collector
site
.gitignore
.travis.yml
Cargo.lock
Cargo.toml
Procfile
README.md
RustConfig
buildpack-run.sh

README.md

Rust Compiler Performance Monitoring & Benchmarking

This repository contains two primary crates: collector and site. Collector gathers data for each bors commit and the site displays the data.

The primary required setup is to provide a folder with a retries file and a times folder. Data is gathered into https://github.com/rust-lang-nursery/rustc-timing by Rust Infrastructure; cloning that is the best approach for working on the frontend.

Additional documentation on running and setting up the frontend and backend can be found in README files in the collector and site directories.

You can’t perform that action at this time.