(b *testing.B)
| 57 | } |
| 58 | |
| 59 | func BenchmarkHTMLTemplate1(b *testing.B) { |
| 60 | benchmarkHTMLTemplate(b, 1) |
| 61 | } |
| 62 | |
| 63 | func BenchmarkHTMLTemplate10(b *testing.B) { |
| 64 | benchmarkHTMLTemplate(b, 10) |
nothing calls this directly
no test coverage detected
searching dependent graphs…