Skip to content

Commit

Permalink
Fix tox -e doc
Browse files Browse the repository at this point in the history
A title was too short
  • Loading branch information
vstinner committed Sep 16, 2024
1 parent 1f0c005 commit 6697c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/run_benchmark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ the benchmark less reliable since two runs may use a different number of warmup
values.

Specializer statistics (``pystats``)
==================================
====================================

``pyperf`` has built-in support for `specializer statistics (``pystats``) <https://docs.python.org/dev/using/configure.html#cmdoption-enable-pystats>`_.
If running benchmarks on a CPython built with the ``--enable-pystats`` flag, pyperf will automatically collect ``pystats`` on the benchmark code by calling ``sys._stats_on`` immediately before the benchmark and calling ``sys._stats_off`` immediately after.
Expand Down

0 comments on commit 6697c43

Please sign in to comment.