(b *testing.B)
| 1787 | } |
| 1788 | |
| 1789 | func BenchmarkDecoderEnwik9(b *testing.B) { |
| 1790 | benchmarkDecoderWithFile("testdata/enwik9.zst", b) |
| 1791 | } |
| 1792 | |
| 1793 | func BenchmarkDecoderWithCustomFiles(b *testing.B) { |
| 1794 | const info = "To run benchmark on custom .zst files, please place your files in subdirectory 'testdata/benchmark-custom'.\nEach file is tested in a separate benchmark, thus it is possible to select files with the standard command 'go test -bench BenchmarkDecoderWithCustomFiles/<pattern>." |
nothing calls this directly
no test coverage detected
searching dependent graphs…