GitXplorerGitXplorer
r

rustc-perf

public
646 stars
152 forks
102 issues

Commits

List of commits on branch master.
Unverified
2d993543f3c1f2cd9d905e6408d79c7c0309515b

Prefer slice patterns over length check and indexing

ooli-obk committed 5 days ago
Unverified
a9b0e5607e0847f83ac2b4783a357f77297f48b8

Undo some clippy --fix verbosity

ooli-obk committed 5 days ago
Verified
e22e08623a349b13a3296971a05394d44f769744

Merge pull request #2021 from lqd/lib-dir

KKobzol committed 9 days ago
Verified
c6c361b1a27a190508c508fe36594ba5761a7d2d

Merge pull request #2030 from Kobzol/jemalloc-profiler

KKobzol committed 10 days ago
Verified
8e4d2557b0532a96bf9f1310fa2dd3420e8601ba

Fix typo

KKobzol committed 10 days ago
Verified
2d5305453143a1908dd33a045a16a0844afa97d7

Merge pull request #2029 from Kobzol/triage-2025-01-07

KKobzol committed 11 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.