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

Function BenchmarkCopyBitNonstandard

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

Source from the content-addressed store, hash-verified

100}
101
102func BenchmarkCopyBitNonstandard(b *testing.B) {
103 for i := 0; i < b.N; i++ {
104 _ = CodeCopyBitNonstandard(randomized[i%N])
105 }
106}
107
108func BenchmarkCount(b *testing.B) {
109 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

CodeCopyBitNonstandardFunction · 0.85

Tested by

no test coverage detected