Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
func
Benchmark20Workers(b *testing.B) { benchmarkWorkers(20, b) }
11
12
func
benchmarkWorkers(i int, b *testing.B) {
13
// TODO: fill in the benchmarking code
14
}
Callers
4
Benchmark2Workers
Function · 0.70
Benchmark5Workers
Function · 0.70
Benchmark10Workers
Function · 0.70
Benchmark20Workers
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected