https://github.com/dhui/pyhashlib_benchmark
https://github.com/dhui/pyhashlib_benchmark
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhui/pyhashlib_benchmark
- Owner: dhui
- License: apache-2.0
- Created: 2020-04-05T00:29:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T04:13:48.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T09:12:32.876Z (11 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyhashlib_benchmark
Benchmarks the built-in Python hash algorithms
## Setup
1. Install [poetry](https://python-poetry.org/docs/#installation)
1. Run: `poetry install --no-dev`
## Running benchmarks
`poetry run ./benchmark.py -f ${FILE_TO_HASH}`
## Development
### Setup
`poetry install`
### MyPy
`poetry run mypy .`
### Black
`poetry run black .`