(b *testing.B)
| 83 | } |
| 84 | |
| 85 | func BenchmarkTextTemplate1(b *testing.B) { |
| 86 | benchmarkTextTemplate(b, 1) |
| 87 | } |
| 88 | |
| 89 | func BenchmarkTextTemplate10(b *testing.B) { |
| 90 | benchmarkTextTemplate(b, 10) |
nothing calls this directly
no test coverage detected
searching dependent graphs…