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

Function BenchmarkTextTemplate100

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

Source from the content-addressed store, hash-verified

91}
92
93func BenchmarkTextTemplate100(b *testing.B) {
94 benchmarkTextTemplate(b, 100)
95}
96
97func benchmarkTextTemplate(b *testing.B, rowsCount int) {
98 rows := getBenchRows(rowsCount)

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…