summaryrefslogtreecommitdiffstats
path: root/benchmark/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/README.md')
-rw-r--r--benchmark/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
new file mode 100644
index 0000000..3661f32
--- /dev/null
+++ b/benchmark/README.md
@@ -0,0 +1,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
+```