summaryrefslogtreecommitdiffstats
path: root/benchmark/README.md
blob: 5a351726a927b8e53fe1c5906e7bf2979d79f4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Benchmark

## Acknowledgments

This benchmark was shamelessly copied from
[pytomlpp](https://github.com/bobfang1992/pytomlpp/tree/e6b03726f8347c6a6757f520ad1b5fab68ed8534/benchmark)
repository and edited.
Credit goes to the authors of that project.

## Running

### Against the local Tomli state

```bash
tox -e benchmark
```

### Against the latest Tomli PyPI release

```bash
tox -e benchmark-pypi
```