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

Function BenchmarkMutex1

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

Source from the content-addressed store, hash-verified

138 benchmarkMutex(b, 4, 4, 32)
139}
140func BenchmarkMutex1(b *testing.B) {
141 benchmarkMutex(b, 2, 8, 32)
142}
143func BenchmarkMutex2(b *testing.B) {
144 benchmarkMutex(b, 16, 4, 64)
145}

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…