MCPcopy
hub / github.com/klauspost/compress / BenchmarkEncodeDigitsConstant1e4

Function BenchmarkEncodeDigitsConstant1e4

flate/writer_test.go:189–189  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

187}
188
189func BenchmarkEncodeDigitsConstant1e4(b *testing.B) { benchmarkEncoder(b, digits, constant, 1e4) }
190func BenchmarkEncodeDigitsConstant1e5(b *testing.B) { benchmarkEncoder(b, digits, constant, 1e5) }
191func BenchmarkEncodeDigitsConstant1e6(b *testing.B) { benchmarkEncoder(b, digits, constant, 1e6) }
192func BenchmarkEncodeDigitsSpeed1e4(b *testing.B) { benchmarkEncoder(b, digits, speed, 1e4) }

Callers

nothing calls this directly

Calls 1

benchmarkEncoderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…