Skip to content

Commit 62b4e1b

Browse files
committed
fixed a small bug
1 parent 4984f0a commit 62b4e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

text/main/controlFlow/iteration/iteration.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
We tell \pythonilIdx{repeat} to call our function \pythonil{create_by_append} one time~(\pythonil{number=1}) and measure the consumed runtime.
269269
It will return the runtime in seconds and stored as a \pythonil{float}.
270270
However, factors like those mentioned above, scheduling by the operating system, maybe garbage collection by the \python\ iterpreter, and so on, a single measurement would not be very reliable~\cite{P2002AI}.
271-
We thus instruct \pythonilIdx{repeat} function to take 90 such measurements~(argument \pythonil{repeat=90}).
271+
We thus instruct \pythonilIdx{repeat} function to take 50 such measurements~(argument \pythonil{repeat=50}).
272272
All of the measured runtimes are then return as a \pythonil{list[float]}.
273273
The documentation of \pythonilIdx{timeit}~\cite{PSF:P3D:TPSL:TMETOSCS} says:%
274274
%

0 commit comments

Comments
 (0)