- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BenchmarkRWMutexWrite100 (0.07 sec)
-
internal/dsync/drwmutex_test.go
for i := 0; i != localWork; i++ { foo *= 2 foo /= 2 } rwm.RUnlock(b.Context()) } } _ = foo }) } // Borrowed from rwmutex_test.go func BenchmarkRWMutexWrite100(b *testing.B) { benchmarkRWMutex(b, 0, 100) } // Borrowed from rwmutex_test.go func BenchmarkRWMutexWrite10(b *testing.B) { benchmarkRWMutex(b, 0, 10) } // Borrowed from rwmutex_test.goRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 9.4K bytes - Viewed (0)