Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkSequenceGrayCode
Function
BenchmarkSequenceGrayCode
math/binary/rbc_test.go:33–37 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
BenchmarkSequenceGrayCode(b *testing.B) {
34
for
i := 0; i < b.N; i++ {
35
SequenceGrayCode(6)
36
}
37
}
Callers
nothing calls this directly
Calls
1
SequenceGrayCode
Function · 0.85
Tested by
no test coverage detected