MCPcopy
hub / github.com/kopia/kopia / BenchmarkSyncMap_NoValue

Function BenchmarkSyncMap_NoValue

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

Source from the content-addressed store, hash-verified

202}
203
204func BenchmarkSyncMap_NoValue(b *testing.B) {
205 benchmarkSyncMap(b, []byte{})
206}
207
208func BenchmarkSyncMap_WithValue(b *testing.B) {
209 someVal := []byte{1, 2, 3}

Callers

nothing calls this directly

Calls 1

benchmarkSyncMapFunction · 0.85

Tested by

no test coverage detected