We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71604f commit c93536bCopy full SHA for c93536b
PrimeNim/solution_3/Primes.nim
@@ -320,7 +320,7 @@ proc bench(tec: Techniques) =
320
for p in ps1(): count.inc
321
isValid = isValid and count == EXPECTED # two checks
322
323
- sleep 1000 # sleep 1000 milliseconds = one second to let CPU cool down!
+ sleep 5000 # sleep 5000 milliseconds to let CPU cool down!
324
let start = getMonoTime().ticks; var duration = 0'i64
325
var passes = 0; var rslt: PrimeSieve
326
while duration < FORTO:
0 commit comments