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

Function BenchmarkMarshalXMLStd1

tests/marshal_timing_test.go:123–125  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

121}
122
123func BenchmarkMarshalXMLStd1(b *testing.B) {
124 benchmarkMarshalXMLStd(b, 1)
125}
126
127func BenchmarkMarshalXMLStd10(b *testing.B) {
128 benchmarkMarshalXMLStd(b, 10)

Callers

nothing calls this directly

Calls 1

benchmarkMarshalXMLStdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…