Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkRLEDecodeBytes
Function
BenchmarkRLEDecodeBytes
compression/rlecoding_test.go:157–161 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
155
}
156
157
func
BenchmarkRLEDecodeBytes(b *testing.B) {
158
for
i := 0; i < b.N; i++ {
159
_ = compression.RLEdecodebytes([]byte{12,
'W'
, 1,
'B'
, 12,
'W'
, 3,
'B'
})
160
}
161
}
Callers
nothing calls this directly
Calls
1
RLEdecodebytes
Function · 0.92
Tested by
no test coverage detected