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

Function BenchmarkMutex3

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

Source from the content-addressed store, hash-verified

144 benchmarkMutex(b, 16, 4, 64)
145}
146func BenchmarkMutex3(b *testing.B) {
147 benchmarkMutex(b, 1, 2, 128)
148}
149func BenchmarkMutex4(b *testing.B) {
150 benchmarkMutex(b, 128, 32, 256)
151}

Callers

nothing calls this directly

Calls 1

benchmarkMutexFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…