Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ BenchmarkMap
Function
BenchmarkMap
options/options_test.go:368–376 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
366
}
367
368
func
BenchmarkMap(b *testing.B) {
369
o := testNestedOptions()
370
371
b.ResetTimer()
372
373
for
b.Loop() {
374
_ = o.Map()
375
}
376
}
Callers
nothing calls this directly
Calls
2
testNestedOptions
Function · 0.85
Map
Method · 0.80
Tested by
no test coverage detected