File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ The `setup` parameter defines the code that is run only once to prepare for runn
153153The time for the ` setup ` code to run is included in the overall time.
154154The more iterations the ` stmt ` code is run, the less the ` setup ` time will count per iteration.
155155The ` timer ` parameter allows for passing in a different ` Timer ` than the default.
156- The default argument for the ` timer ` parameter is [ perf_counter] [ perf_counter ] , which should suffice.
156+ The default argument for the ` timer ` parameter is [ perf_counter] [ perf_counter ] , which should suffice for most cases .
157157The ` number ` parameter defines the number of times the ` stmt ` code will be run.
158158The default argument for the ` number ` parameter is ` 1_000_000 ` .
159159The ` globals ` parameter specifies a namespace in which to execute the code.
You can’t perform that action at this time.
0 commit comments