mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00

This moves all docs about benchmarking and profiling into CONTRIBUTING.md by moving the readme of `ruff_benchmark` and adding more information on profiling. We need to somehow consolidate that documentation, but i'm not convinced that this is the best way (i tried subpages in mkdocs, but that didn't seem good either), so i'm happy to take suggestions.
5 lines
185 B
Markdown
5 lines
185 B
Markdown
# Ruff Benchmarks
|
|
|
|
The `ruff_benchmark` crate benchmarks the linter and the formatter on individual files.
|
|
|
|
See [CONTRIBUTING.md](../../CONTRIBUTING.md) on how to use these benchmarks.
|