MCPcopy
hub / github.com/kopia/kopia / BenchmarkSyncMap_WithValue

Function BenchmarkSyncMap_WithValue

internal/bigmap/bigmap_internal_test.go:208–212  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

206}
207
208func BenchmarkSyncMap_WithValue(b *testing.B) {
209 someVal := []byte{1, 2, 3}
210
211 benchmarkSyncMap(b, someVal)
212}
213
214//nolint:thelper
215func benchmarkSyncMap(b *testing.B, someVal []byte) {

Callers

nothing calls this directly

Calls 1

benchmarkSyncMapFunction · 0.85

Tested by

no test coverage detected