Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RainbowMango/GoExpertProgramming
/ BenchmarkSub
Function
BenchmarkSub
source/gotest/subbenchmark_test.go:27–31 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
25
}
26
27
func
BenchmarkSub(b *testing.B) {
28
b.Run(
"A=1"
, benchSub1)
29
b.Run(
"A=2"
, benchSub2)
30
b.Run(
"B=1"
, benchSub3)
31
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected