MCPcopy Create free account
hub / github.com/Soypete/Production-Go-Examples / benchmarkWorkers

Function benchmarkWorkers

exercise-3/worker_test.go:12–14  ·  view source on GitHub ↗
(i int, b *testing.B)

Source from the content-addressed store, hash-verified

10func Benchmark20Workers(b *testing.B) { benchmarkWorkers(20, b) }
11
12func benchmarkWorkers(i int, b *testing.B) {
13 // TODO: fill in the benchmarking code
14}

Callers 4

Benchmark2WorkersFunction · 0.70
Benchmark5WorkersFunction · 0.70
Benchmark10WorkersFunction · 0.70
Benchmark20WorkersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected