Example #1
0
func BenchmarkAtomicWaitComplex(b *testing.B) {
	sm := New()
	test.BAtomicWaitComplex(b, sm)
}
Example #2
0
func BenchmarkUnsafeAtomicWaitComplex(b *testing.B) {
	sm := newUnsafeTest()
	test.BAtomicWaitComplex(b, sm)
}