MCPcopy Index your code
hub / github.com/huichen/sego / TextSliceToString

Function TextSliceToString

utils_test.go:41–45  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

39}
40
41func TextSliceToString(b *testing.B) {
42 for i := 0; i < b.N; i++ {
43 textSliceToString(strs)
44 }
45}
46
47func Test_Benchmark(t *testing.T) {
48 fmt.Println("strings.Join:")

Callers

nothing calls this directly

Calls 1

textSliceToStringFunction · 0.85

Tested by

no test coverage detected