https://github.com/ichard26/blackbench
A benchmarking suite for Black, the Python code formatter.
https://github.com/ichard26/blackbench
black cli performance performance-testing python
Last synced: 6 months ago
JSON representation
A benchmarking suite for Black, the Python code formatter.
- Host: GitHub
- URL: https://github.com/ichard26/blackbench
- Owner: ichard26
- License: mit
- Archived: true
- Created: 2020-09-14T03:55:27.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T06:57:56.000Z (about 3 years ago)
- Last Synced: 2026-01-14T02:51:29.344Z (6 months ago)
- Topics: black, cli, performance, performance-testing, python
- Language: Python
- Homepage: https://blackbench.readthedocs.io/en/stable
- Size: 246 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Blackbench
[](https://github.com/ichard26/blackbench/actions/workflows/ci.yaml)
[](https://blackbench.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.org/project/blackbench/)
[](https://pypi.org/project/blackbench/)
[](https://codecov.io/gh/ichard26/blackbench)
[](https://github.com/psf/black)
A benchmarking suite for Black, the Python code formatter. It’s intended to help
quantify changes in performance between versions of Black in a robust and repeatable
manner. Especially useful for verifying a patch doesn’t introduce performance
regressions.
Helpful links:
- [User documentation](https://blackbench.readthedocs.io/en/stable/index.html)
- [Contributing documentation](https://blackbench.readthedocs.io/en/latest/contributing.html)
- [Changelog](https://blackbench.readthedocs.io/en/latest/changelog.html)
- [Chat on Discord](https://discord.gg/RtVdv86PrH)
## License
Blackbench: MIT.
Targets based off real code maintain their original license. Please check the directory
containing the target in question for a license file.