Open-Source Wikis

/

uv

/

Crates

/

uv-bench

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_resolver

Bench 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

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

uv-bench – uv wiki | Factory