File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,10 @@ For example, using the command::
9595This default setting performs a few initial warm-up runs to stabilize the reference count,
9696followed by additional runs to check for leaks.
9797
98- If you want more control over the number of runs, you can specify ``warmups `` and ``repeats `` explicitly
99- For example::
98+ If you want more control over the number of runs, you can specify ``warmups `` and ``repeats `` explicitly::
10099
101100 python -m test <test_name> -R <warmups>:<repeats>
102101
103- This enables the refleak checker option, allowing you to perform warm-up runs
104- to stabilize reference counts followed by additional runs to verify any leaks.
105102For instance, ``-R 3:2 `` will first run the test 3 times to settle down the
106103reference count, and then run it 2 more times to check for leaks.
107104
You can’t perform that action at this time.
0 commit comments