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

Function BenchmarkMutex5

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

Source from the content-addressed store, hash-verified

150 benchmarkMutex(b, 128, 32, 256)
151}
152func BenchmarkMutex5(b *testing.B) {
153 benchmarkMutex(b, 1024, 2048, 64)
154}
155func BenchmarkMutex6(b *testing.B) {
156 benchmarkMutex(b, 2048, 1024, 512)
157}

Callers

nothing calls this directly

Calls 1

benchmarkMutexFunction · 0.85

Tested by

no test coverage detected