GitXplorerGitXplorer
r

rustc-perf

public
646 stars
152 forks
102 issues

Commits

List of commits on branch master.
Verified
3b209bb6de3b4d78bcd1e906b0aa3659a15ca1f5

Merge pull request #2032 from rylev/perf-triage-2025-01-14

rrylev committed 3 days ago
Verified
194b9b1c83f638475d35b5bc27c9617ec3725941

Add perf triage for 2025-01-14

rrylev committed 4 days ago
Verified
814271d2e1d0b63c62e701fa49b527576d249574

Merge pull request #2031 from oli-obk/push-wtzmtssxzmxz

KKobzol committed 4 days ago
Unverified
0892746aa9475a667c95a8b12d977dd2bb145143

Make it easy to add diffing of output of arbitrary profilers (demonstrate for dep-graph)

ooli-obk committed 5 days ago
Unverified
a9cc22f1e429ffea35978a67892537f937d60009

Avoid `Command::output` if it's just going to be written to a file anyway

ooli-obk committed 5 days ago
Unverified
95c68deafdd4865b16135baf093be7ad03a5bdf7

Fix crate version numbers causing everything from them on to be replaced with the extension

ooli-obk committed 5 days 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.