From 922ad350f5d6d6eabb96dbf2dbde0c67a078ceff Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 23 Sep 2024 19:45:57 +0200 Subject: [PATCH] no-issue: Fix "std dev" link (#204) --- doc/cli.rst | 4 ++-- doc/run_benchmark.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cli.rst b/doc/cli.rst index 09b14937..4d199c87 100644 --- a/doc/cli.rst +++ b/doc/cli.rst @@ -229,8 +229,8 @@ Example:: Values: * `Median `_ -* "std dev": `Standard deviation (standard error) - `_ +* "std dev": `Standard deviation + `_ See also `Outlier (Wikipedia) `_. diff --git a/doc/run_benchmark.rst b/doc/run_benchmark.rst index c21caba8..7da6a097 100644 --- a/doc/run_benchmark.rst +++ b/doc/run_benchmark.rst @@ -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``) `_. 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.