MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / BenchmarkRLEDecode

Function BenchmarkRLEDecode

compression/rlecoding_test.go:145–149  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

143}
144
145func BenchmarkRLEDecode(b *testing.B) {
146 for i := 0; i < b.N; i++ {
147 _ = compression.RLEdecode("12W1B12W3B")
148 }
149}
150
151func BenchmarkRLEncodeBytes(b *testing.B) {
152 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

RLEdecodeFunction · 0.92

Tested by

no test coverage detected