mirror of https://github.com/astral-sh/uv
Add link to benchmarks in documentation (#6257)
This commit is contained in:
parent
35a0896d58
commit
7742e060d2
|
|
@ -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).
|
||||||
|
|
@ -127,6 +127,7 @@ nav:
|
||||||
- Commands: reference/cli.md
|
- Commands: reference/cli.md
|
||||||
- Settings: reference/settings.md
|
- Settings: reference/settings.md
|
||||||
- Resolver: reference/resolver-internals.md
|
- Resolver: reference/resolver-internals.md
|
||||||
|
- Benchmarks: reference/benchmarks.md
|
||||||
- Versioning: reference/versioning.md
|
- Versioning: reference/versioning.md
|
||||||
- Platform support: reference/platforms.md
|
- Platform support: reference/platforms.md
|
||||||
validation:
|
validation:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue