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

Function BenchmarkMutex2

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

Source from the content-addressed store, hash-verified

141 benchmarkMutex(b, 2, 8, 32)
142}
143func BenchmarkMutex2(b *testing.B) {
144 benchmarkMutex(b, 16, 4, 64)
145}
146func BenchmarkMutex3(b *testing.B) {
147 benchmarkMutex(b, 1, 2, 128)
148}

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…