(b *testing.B)
| 121 | } |
| 122 | |
| 123 | func BenchmarkMarshalXMLStd1(b *testing.B) { |
| 124 | benchmarkMarshalXMLStd(b, 1) |
| 125 | } |
| 126 | |
| 127 | func BenchmarkMarshalXMLStd10(b *testing.B) { |
| 128 | benchmarkMarshalXMLStd(b, 10) |
nothing calls this directly
no test coverage detected
searching dependent graphs…