cosmetics...
Vladimir Bauer
4 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
barbench_test.go
less
more
46
46
}
47
47
48
48
func complete(b *testing.B, bar *Bar, total int) {
49
for c := 0; c < total; c++ {
49
for i := 0; i < total; i++ {
50
50
bar.Increment()
51
51
}
52
52
if !bar.Completed() {