We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225a64a commit 1921d48Copy full SHA for 1921d48
README.rst
@@ -125,15 +125,9 @@ Benchmarks
125
----------
126
127
``jsonschema``'s benchmarks make use of `pyperf
128
-<https://pyperf.readthedocs.io>`_.
+<https://pyperf.readthedocs.io>`_. Running them can be done via::
129
130
-Running them can be done via ``tox -e perf``.
131
-
132
-To compare to a previous run, use::
133
134
- $ python -m pyperf compare_to --table reference.json results.json
135
136
-See the ``pyperf`` documentation for more details.
+ $ tox -e perf
137
138
139
Community
0 commit comments