Skip to content

rust-lang/rustc-perf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2de22b2 · Dec 7, 2023
Oct 8, 2023
Mar 23, 2023
Dec 7, 2023
Nov 24, 2023
Nov 24, 2023
Jul 27, 2023
Dec 7, 2023
Dec 5, 2023
Apr 4, 2023
Apr 8, 2022
Nov 24, 2023
Sep 17, 2023
May 19, 2023
Oct 4, 2022

Repository files navigation

Rust Compiler Performance Monitoring & Benchmarking

This repository contains two primary crates:

  • collector: gathers data for each bors commit
  • site: displays 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.