MCPcopy 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
368func 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

testNestedOptionsFunction · 0.85
MapMethod · 0.80

Tested by

no test coverage detected