MCPcopy Create free account
hub / github.com/egonelbre/exp / BenchmarkTable2

Function BenchmarkTable2

permutation/code_test.go:132–136  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

130}
131
132func BenchmarkTable2(b *testing.B) {
133 for i := 0; i < b.N; i++ {
134 _ = CodeTable2(randomized[i%N])
135 }
136}
137
138func BenchmarkPackNybble(b *testing.B) {
139 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

CodeTable2Function · 0.85

Tested by

no test coverage detected