(b *testing.B)
| 6 | ) |
| 7 | |
| 8 | func Benchmark2Workers(b *testing.B) { benchmarkWorkers(2, b) } |
| 9 | func Benchmark5Workers(b *testing.B) { benchmarkWorkers(5, b) } |
| 10 | func Benchmark10Workers(b *testing.B) { benchmarkWorkers(10, b) } |
| 11 | func Benchmark20Workers(b *testing.B) { benchmarkWorkers(20, b) } |
nothing calls this directly
no test coverage detected