diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:21:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:21:29 +0000 |
commit | 683f1f3ddde13390781318b9fe4a6841ea35d145 (patch) | |
tree | c21fddf99f2e5233bb3f22bbafd0d711fe7c5d95 /benchmark/README.md | |
parent | Initial commit. (diff) | |
download | python-tomli-683f1f3ddde13390781318b9fe4a6841ea35d145.tar.xz python-tomli-683f1f3ddde13390781318b9fe4a6841ea35d145.zip |
Adding upstream version 2.0.1.upstream/2.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'benchmark/README.md')
-rw-r--r-- | benchmark/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/benchmark/README.md b/benchmark/README.md new file mode 100644 index 0000000..5a35172 --- /dev/null +++ b/benchmark/README.md @@ -0,0 +1,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 +``` |