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

Function BenchmarkMapWithSyncMap

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

Source from the content-addressed store, hash-verified

161}
162
163func BenchmarkMapWithSyncMap(b *testing.B) {
164 benchmarkIncrementUint64Map(b, newMapWithSyncMap)
165}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected