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

Function BenchmarkMutexSameReadWrite1

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

Source from the content-addressed store, hash-verified

129}
130
131func BenchmarkMutexSameReadWrite1(b *testing.B) {
132 benchmarkMutex(b, 1, 1, 32)
133}
134func BenchmarkMutexSameReadWrite2(b *testing.B) {
135 benchmarkMutex(b, 2, 2, 32)
136}

Callers

nothing calls this directly

Calls 1

benchmarkMutexFunction · 0.85

Tested by

no test coverage detected