memory comparison benchmark

This commit is contained in:
Miguel Grinberg
2022-08-07 12:31:21 +01:00
parent 09dc3ef7aa
commit d090bbf8e2
13 changed files with 235 additions and 1 deletions

View File

@@ -51,3 +51,12 @@ jobs:
- run: pip install tox tox-gh-actions codecov
- run: tox
- run: codecov
benchmark:
name: benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: python -m pip install --upgrade pip wheel
- run: pip install tox tox-gh-actions
- run: tox -ebenchmark