@@ -101,9 +101,8 @@ Usage::
101101
102102  pyperformance run [-h] [-r] [-f] [--debug-single-value] [-v] [-m] 
103103                       [--affinity CPU_LIST] [-o FILENAME] 
104-                        [--append FILENAME] [--min-time MIN_TIME] 
105-                        [--same-loops SAME_LOOPS] [--timeout TIMEOUT] 
106-                        [--manifest MANIFEST] [-b BM_LIST] 
104+                        [--append FILENAME] [--manifest MANIFEST] 
105+                        [--timeout TIMEOUT] [-b BM_LIST] 
107106                       [--inherit-environ VAR_LIST] [-p PYTHON] 
108107
109108options::
@@ -125,17 +124,12 @@ options::
125124                        baseline_python, not changed_python. 
126125  --append FILENAME     Add runs to an existing file, or create it if 
127126                        it doesn't exist 
128-   --min-time MIN_TIME   Minimum duration in seconds of a single value, used 
129-                         to calibrate the number of loops 
130-   --same-loops SAME_LOOPS 
131-                         Use the same number of loops as a previous run 
132-                         (i.e., don't recalibrate). Should be a path to a 
133-                         .json file from a previous run. 
134-   --timeout TIMEOUT     Timeout for a benchmark run (default: disabled) 
127+   --timeout TIMEOUT     Specify a timeout in seconds for a single 
128+                         benchmark run (default: disabled) 
135129  --manifest MANIFEST   benchmark manifest file to use 
136130  -b BM_LIST, --benchmarks BM_LIST 
137-                         Comma-separated list of benchmarks or groups  to run. 
138-                         Can  contain both positive and negative arguments: 
131+                         Comma-separated list of benchmarks to run. Can  
132+                         contain both positive and negative arguments: 
139133                        --benchmarks=run_this,also_this,-not_this. If 
140134                        there are no positive arguments, we'll run all 
141135                        benchmarks except the negative arguments. 
@@ -148,6 +142,10 @@ options::
148142  -p PYTHON, --python PYTHON 
149143                        Python executable (default: use running 
150144                        Python) 
145+   --same-loops SAME_LOOPS 
146+                         Use the same number of loops as a previous run 
147+                         (i.e., don't recalibrate). Should be a path to a 
148+                         .json file from a previous run. 
151149
152150show
153151---- 
0 commit comments