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

Function BenchmarkCopyBit

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

Source from the content-addressed store, hash-verified

94}
95
96func BenchmarkCopyBit(b *testing.B) {
97 for i := 0; i < b.N; i++ {
98 _ = CodeCopyBit(randomized[i%N])
99 }
100}
101
102func BenchmarkCopyBitNonstandard(b *testing.B) {
103 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

CodeCopyBitFunction · 0.85

Tested by

no test coverage detected