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

Function BenchmarkShuffle

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

Source from the content-addressed store, hash-verified

118}
119
120func BenchmarkShuffle(b *testing.B) {
121 for i := 0; i < b.N; i++ {
122 _ = CodeShuffle(randomized[i%N])
123 }
124}
125
126func BenchmarkShuffleUnroll(b *testing.B) {
127 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

CodeShuffleFunction · 0.85

Tested by

no test coverage detected