_fixtures/loopprog: print less often (#2738)
Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
This commit is contained in:
parent
d613f8ec45
commit
7899e94ff2
@ -6,7 +6,7 @@ func loop() {
|
||||
i := 0
|
||||
for {
|
||||
i++
|
||||
if (i % 100000) == 0 {
|
||||
if (i % 1000000) == 0 {
|
||||
fmt.Println(i)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user