Skip to content

Commit 552fdac

Browse files
committed
remove cli benchmarking
1 parent f8a2eaa commit 552fdac

File tree

4 files changed

+1
-64
lines changed

4 files changed

+1
-64
lines changed

.github/workflows/cli.yml

-53
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Hatch is a modern, extensible Python project manager.
2828
- Easy [publishing](https://hatch.pypa.io/latest/publish/) to PyPI or other indices
2929
- [Version](https://hatch.pypa.io/latest/version/) management
3030
- Best practice [project generation](https://hatch.pypa.io/latest/config/project-templates/)
31-
- Responsive [CLI](https://hatch.pypa.io/latest/cli/about/), ~2-3x [faster](https://github.com/pypa/hatch/actions/workflows/cli.yml) than equivalent tools
31+
- Responsive [CLI](https://hatch.pypa.io/latest/cli/about/)
3232

3333
See the [Why Hatch?](https://hatch.pypa.io/latest/why/) page for more information.
3434

docs/index.md

-8
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ Hatch is a modern, extensible Python project manager. See the [Why Hatch?](why.m
9191

9292
[:octicons-arrow-right-24: Project setup](intro.md#setup)
9393

94-
- :material-speedometer:{ .lg .middle } __Responsive CLI__
95-
96-
---
97-
98-
Hatch is up to 3x faster than equivalent tools
99-
100-
[:octicons-arrow-right-24: CLI reference](cli/about.md)
101-
10294
</div>
10395

10496
## License

docs/meta/faq.md

-2
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,4 @@ The only caveat is that currently there is no support for re-creating an environ
201201

202202
## Fast CLI?
203203

204-
The claim about being faster than other tools is [based on timings](https://github.com/pypa/hatch/actions/workflows/cli.yml) that are always checked in CI.
205-
206204
Hatch achieves this by using lazy imports, lazily performing computation manually and with [functools.cached_property](https://docs.python.org/3/library/functools.html#functools.cached_property), using hacks like `not not ...` instead of `bool(...)`, etc.

0 commit comments

Comments
 (0)