MCPcopy
hub / github.com/perkeep/perkeep / BenchmarkDiskpacked

Function BenchmarkDiskpacked

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

Source from the content-addressed store, hash-verified

36}
37
38func BenchmarkDiskpacked(b *testing.B) {
39 benchmarkWrite(b, "bench-diskpacked-server-config.json")
40}
41
42func benchmarkWrite(b *testing.B, cfg string) {
43 w, err := test.WorldFromConfig(cfg)

Callers

nothing calls this directly

Calls 1

benchmarkWriteFunction · 0.85

Tested by

no test coverage detected