We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211af77 commit 216bdb9Copy full SHA for 216bdb9
1 file changed
docs/TDD.md
@@ -154,7 +154,6 @@ The time for the `setup` code to run is included in the overall time.
154
The more iterations the `stmt` code is run, the less the `setup` time will count per iteration.
155
The `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 for most cases.
157
-The `number` parameter defines the number of times the `stmt` code will be run.
158
The default argument for the `number` parameter is `1_000_000`.
159
The `globals` parameter specifies a namespace in which to execute the code.
160
The default argument for the `globals` parameter is `None`.
0 commit comments