Example #1
0
func BenchmarkAtomicComplex(b *testing.B) {
	sm := New()
	test.BAtomicComplex(b, sm)
}
Example #2
0
func BenchmarkUnsafeAtomicComplex(b *testing.B) {
	sm := newUnsafeTest()
	test.BAtomicComplex(b, sm)
}