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

Function BenchmarkHTMLTemplate1

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

Source from the content-addressed store, hash-verified

57}
58
59func BenchmarkHTMLTemplate1(b *testing.B) {
60 benchmarkHTMLTemplate(b, 1)
61}
62
63func BenchmarkHTMLTemplate10(b *testing.B) {
64 benchmarkHTMLTemplate(b, 10)

Callers

nothing calls this directly

Calls 1

benchmarkHTMLTemplateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…