From 1f0c005240cc7d8bf98a42831ad7b3b9ef47232e Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 16 Sep 2024 23:13:30 +0200 Subject: [PATCH 1/2] Fix "std dev" link --- doc/cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 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) `_. From 6697c433f0c9ec143df6c5a50b006c0ae71d0d39 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 17 Sep 2024 00:15:05 +0200 Subject: [PATCH 2/2] Fix tox -e doc A title was too short --- doc/run_benchmark.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/run_benchmark.rst b/doc/run_benchmark.rst index 58924e9a..db3c35f4 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, 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.