MCPcopy
hub / github.com/valyala/quicktemplate / BenchmarkTextTemplate1

Function BenchmarkTextTemplate1

tests/templates_timing_test.go:85–87  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

83}
84
85func BenchmarkTextTemplate1(b *testing.B) {
86 benchmarkTextTemplate(b, 1)
87}
88
89func BenchmarkTextTemplate10(b *testing.B) {
90 benchmarkTextTemplate(b, 10)

Callers

nothing calls this directly

Calls 1

benchmarkTextTemplateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…