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