MCPcopy Index your code
hub / github.com/klauspost/compress / BenchmarkDecoderEnwik9

Function BenchmarkDecoderEnwik9

zstd/decoder_test.go:1789–1791  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

1787}
1788
1789func BenchmarkDecoderEnwik9(b *testing.B) {
1790 benchmarkDecoderWithFile("testdata/enwik9.zst", b)
1791}
1792
1793func 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>."

Callers

nothing calls this directly

Calls 1

benchmarkDecoderWithFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…