astral-sh/uv
uv-bench
crates/uv-bench/ is the workspace's benchmark crate. It contains Criterion-based
microbenchmarks for the resolver, marker tree operations, and other hot paths.
Running benchmarks
cargo bench --bench resolver
cargo bench --bench bench_resolverBench results are most useful when comparing a base branch to a feature branch — the
project's BENCHMARKS.md documents the recommended workflow with --save-baseline
patterns.
See also
BENCHMARKS.mdat the repo root.- how-to-contribute/testing for the broader test surface.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.