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

Function BenchmarkDecoderSilesia

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

Source from the content-addressed store, hash-verified

1783}
1784
1785func BenchmarkDecoderSilesia(b *testing.B) {
1786 benchmarkDecoderWithFile("testdata/silesia.tar.zst", b)
1787}
1788
1789func BenchmarkDecoderEnwik9(b *testing.B) {
1790 benchmarkDecoderWithFile("testdata/enwik9.zst", b)

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…