MCPcopy
hub / github.com/RainbowMango/GoExpertProgramming / benchSub2

Function benchSub2

source/gotest/subbenchmark_test.go:15–19  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

13}
14
15func benchSub2(b *testing.B) {
16 for i := 0; i < b.N; i++ {
17 gotest.MakeSliceWithoutAlloc()
18 }
19}
20
21func benchSub3(b *testing.B) {
22 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

MakeSliceWithoutAllocFunction · 0.92

Tested by

no test coverage detected