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

Function BenchmarkMutexSameReadWrite4

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

Source from the content-addressed store, hash-verified

135 benchmarkMutex(b, 2, 2, 32)
136}
137func BenchmarkMutexSameReadWrite4(b *testing.B) {
138 benchmarkMutex(b, 4, 4, 32)
139}
140func BenchmarkMutex1(b *testing.B) {
141 benchmarkMutex(b, 2, 8, 32)
142}

Callers

nothing calls this directly

Calls 1

benchmarkMutexFunction · 0.85

Tested by

no test coverage detected