Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpgmaas/deptry-benchmark
https://github.com/fpgmaas/deptry-benchmark
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpgmaas/deptry-benchmark
- Owner: fpgmaas
- Created: 2024-03-24T10:58:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T10:59:38.000Z (8 months ago)
- Last Synced: 2024-03-24T11:41:47.798Z (8 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## deptry-benchmark
Some scripts to help benchmark different versions of `deptry`. to get started:
```sh
python -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
```To create some benchmarks, run e.g.
```sh
. ./script.sh 0.14.2 pypi
. ./script.sh 0.15.0 test-pypi
```Then run
```sh
python prepare-plot.py
python plot.py
```