Skip to content

Commit

Permalink
no-issue: Fix "std dev" link (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Sep 23, 2024
1 parent bf02a8b commit 922ad35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ Example::
Values:

* `Median <https://en.wikipedia.org/wiki/Median>`_
* "std dev": `Standard deviation (standard error)
<https://en.wikipedia.org/wiki/Standard_error>`_
* "std dev": `Standard deviation
<https://en.wikipedia.org/wiki/Standard_deviation>`_

See also `Outlier (Wikipedia) <https://en.wikipedia.org/wiki/Outlier>`_.

Expand Down
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, when you pass ``--hook pystats``, pyperf will 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 922ad35

Please sign in to comment.