GitXplorerGitXplorer
r

rustc-perf

public
646 stars
152 forks
102 issues

Commits

List of commits on branch master.
Verified
d9c60176b268cf9225a7d5780b0370ee65e59810

Change what we check in CI profiling test

KKobzol committed 12 days ago
Verified
e5ffd3c575a14d4a84f0e797c5006948424a2192

Triage 2025 01 07

KKobzol committed 12 days ago
Verified
856dc30ce142a98533980bb895638b1ba546f6e5

Merge pull request #2027 from Mark-Simulacrum/triage

MMark-Simulacrum committed 18 days ago
Unverified
9884ab9c4bf5337c044f08df58f28e40f31bd041

Add triage for this week

MMark-Simulacrum committed 19 days ago
Verified
dc15e21268ef758882a3791e4639b578c3a990b5

Merge pull request #2026 from Kobzol/triage-2024-12-23

MMark-Simulacrum committed a month ago
Verified
457d83dc231ed684e9f09e96fdf41f45bed0fe67

Triage 2024 12 23

KKobzol committed a month ago

README

The README file for this repository.

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.

License

The code of this repository is licensed under the MIT license, managed by the Reuse Specification. The compile-time benchmarks have their own separate licenses, check the collector/compile-benchmarks/REUSE.toml file.