https://github.com/lenochxd/pybench
Easy python benchmarking
https://github.com/lenochxd/pybench
benchmark benchmark-framework benchmarking python python-3 python3
Last synced: 10 months ago
JSON representation
Easy python benchmarking
- Host: GitHub
- URL: https://github.com/lenochxd/pybench
- Owner: Lenochxd
- License: mit
- Created: 2023-01-30T14:27:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T17:57:12.000Z (about 2 years ago)
- Last Synced: 2025-04-01T08:11:14.253Z (11 months ago)
- Topics: benchmark, benchmark-framework, benchmarking, python, python-3, python3
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyBench
Easy Python Benchmarking.
Do you need to compare computers/servers for Python hosting or different versions of Python? This tool is perfect for you!
This tool generates a random image, a graph, and Pi to gauge the computing speed of the computer, providing you with a score for easy comparison.
## Usage
1. Make sure to have [Python](https://www.python.org/downloads/ "Install Python here") installed.
2. Install dependencies: `pip install -r requirements.txt`
3. Run the benchmark: `python PyBench.py`
### Note
The file [NUMWORKS-PyBench_operations-only.py](https://my.numworks.com/python/81lennoch/numworks_pybench_operations) is a version made for Numworks calculators. Despite having fewer operations to perform, it provides equal scores as other versions.