(b *testing.B)
| 32 | ) |
| 33 | |
| 34 | func BenchmarkLocal(b *testing.B) { |
| 35 | benchmarkWrite(b, "bench-localdisk-server-config.json") |
| 36 | } |
| 37 | |
| 38 | func BenchmarkDiskpacked(b *testing.B) { |
| 39 | benchmarkWrite(b, "bench-diskpacked-server-config.json") |
nothing calls this directly
no test coverage detected