(b *testing.B)
| 1783 | } |
| 1784 | |
| 1785 | func BenchmarkDecoderSilesia(b *testing.B) { |
| 1786 | benchmarkDecoderWithFile("testdata/silesia.tar.zst", b) |
| 1787 | } |
| 1788 | |
| 1789 | func BenchmarkDecoderEnwik9(b *testing.B) { |
| 1790 | benchmarkDecoderWithFile("testdata/enwik9.zst", b) |
nothing calls this directly
no test coverage detected
searching dependent graphs…