Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fpgmaas/deptry-benchmark


https://github.com/fpgmaas/deptry-benchmark

Last synced: 15 days ago
JSON representation

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