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