blob: 3661f327df785c061b428587d922fdff55c3b86f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Benchmark
## Running
### Against the local Tomli-W state
```bash
tox -e benchmark
```
### Against the latest Tomli-W PyPI release
```bash
tox -e benchmark-pypi
```
|