Benchmarks added

This commit is contained in:
Fabian Joswig 2021-10-26 10:20:47 +01:00
parent 8655fe2cd1
commit b5f3dd6ac3
9 changed files with 58 additions and 1 deletions

View file

@ -1,4 +1,4 @@
name: CI
name: pytest
on:
push:
@ -30,6 +30,7 @@ jobs:
pip install .
pip install pytest
pip install pytest-cov
pip install pytest-benchmark
- name: Run tests
run: pytest --cov=pyerrors -v