An open API service indexing awesome lists of open source software.

https://github.com/dhui/pyhashlib_benchmark


https://github.com/dhui/pyhashlib_benchmark

Last synced: 3 months ago
JSON representation

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 .`