MCPcopy Create free account
hub / github.com/gorilla/context / BenchmarkMutex4

Function BenchmarkMutex4

context_test.go:149–151  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

147 benchmarkMutex(b, 1, 2, 128)
148}
149func BenchmarkMutex4(b *testing.B) {
150 benchmarkMutex(b, 128, 32, 256)
151}
152func BenchmarkMutex5(b *testing.B) {
153 benchmarkMutex(b, 1024, 2048, 64)
154}

Callers

nothing calls this directly

Calls 1

benchmarkMutexFunction · 0.85

Tested by

no test coverage detected