MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / BenchmarkLogValue

Function BenchmarkLogValue

options/options_test.go:348–356  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

346}
347
348func BenchmarkLogValue(b *testing.B) {
349 o := testNestedOptions()
350
351 b.ResetTimer()
352
353 for b.Loop() {
354 _ = o.LogValue()
355 }
356}
357
358func BenchmarkNestedMap(b *testing.B) {
359 o := testNestedOptions()

Callers

nothing calls this directly

Calls 2

testNestedOptionsFunction · 0.85
LogValueMethod · 0.45

Tested by

no test coverage detected