Skip to content

Commit 211af77

Browse files
bobahopIsaacG
andcommitted
Update docs/TDD.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
1 parent e57d8dc commit 211af77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TDD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The `setup` parameter defines the code that is run only once to prepare for runn
153153
The time for the `setup` code to run is included in the overall time.
154154
The more iterations the `stmt` code is run, the less the `setup` time will count per iteration.
155155
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.
156+
The default argument for the `timer` parameter is [perf_counter][perf_counter], which should suffice for most cases.
157157
The `number` parameter defines the number of times the `stmt` code will be run.
158158
The default argument for the `number` parameter is `1_000_000`.
159159
The `globals` parameter specifies a namespace in which to execute the code.

0 commit comments

Comments
 (0)