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

Function BenchmarkMutexSameReadWrite2

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

Source from the content-addressed store, hash-verified

132 benchmarkMutex(b, 1, 1, 32)
133}
134func BenchmarkMutexSameReadWrite2(b *testing.B) {
135 benchmarkMutex(b, 2, 2, 32)
136}
137func BenchmarkMutexSameReadWrite4(b *testing.B) {
138 benchmarkMutex(b, 4, 4, 32)
139}

Callers

nothing calls this directly

Calls 1

benchmarkMutexFunction · 0.85

Tested by

no test coverage detected