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