MCPcopy
hub / github.com/grpc/grpc-go / BenchmarkMapWithAtomicFastpath

Function BenchmarkMapWithAtomicFastpath

benchmark/primitives/syncmap_test.go:159–161  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

157}
158
159func BenchmarkMapWithAtomicFastpath(b *testing.B) {
160 benchmarkIncrementUint64Map(b, newMapWithAtomicFastpath)
161}
162
163func BenchmarkMapWithSyncMap(b *testing.B) {
164 benchmarkIncrementUint64Map(b, newMapWithSyncMap)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected