diff --git a/docs/reference/benchmarks.md b/docs/reference/benchmarks.md new file mode 100644 index 000000000..1e3bc19b7 --- /dev/null +++ b/docs/reference/benchmarks.md @@ -0,0 +1,7 @@ +# Benchmarks + +uv's performance is continually benchmarked against previous releases, and regularly compared to +other tools in the space, like pip and Poetry. + +The latest benchmarks and details on the benchmarking process can be found in the +[GitHub repository](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md). diff --git a/mkdocs.template.yml b/mkdocs.template.yml index e1430f6e5..0805befdf 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -127,6 +127,7 @@ nav: - Commands: reference/cli.md - Settings: reference/settings.md - Resolver: reference/resolver-internals.md + - Benchmarks: reference/benchmarks.md - Versioning: reference/versioning.md - Platform support: reference/platforms.md validation: