MCPcopy
hub / github.com/perkeep/perkeep / BenchmarkLocal

Function BenchmarkLocal

pkg/test/integration/diskpacked_test.go:34–36  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

32)
33
34func BenchmarkLocal(b *testing.B) {
35 benchmarkWrite(b, "bench-localdisk-server-config.json")
36}
37
38func BenchmarkDiskpacked(b *testing.B) {
39 benchmarkWrite(b, "bench-diskpacked-server-config.json")

Callers

nothing calls this directly

Calls 1

benchmarkWriteFunction · 0.85

Tested by

no test coverage detected