(b *testing.B)
| 91 | } |
| 92 | |
| 93 | func BenchmarkTextTemplate100(b *testing.B) { |
| 94 | benchmarkTextTemplate(b, 100) |
| 95 | } |
| 96 | |
| 97 | func benchmarkTextTemplate(b *testing.B, rowsCount int) { |
| 98 | rows := getBenchRows(rowsCount) |
nothing calls this directly
no test coverage detected
searching dependent graphs…