Become benchmark suite

This commit is contained in:
2022-04-20 19:43:22 +02:00
parent 637bed4981
commit 3360651e8e
297 changed files with 201 additions and 67532 deletions

View File

@@ -3,9 +3,9 @@ SHELL := /bin/bash
.PHONY: coverage deps help lint push test doc build
lint: ## Lint and static-check
black src
flake8 src
mypy src
black benchmark
flake8 benchmark
mypy benchmark
audit: ## Audit pip
pip-audit