(b *testing.B)
| 10 | } |
| 11 | |
| 12 | func BenchmarkEscapeIndex4KBEscapeHTML(b *testing.B) { |
| 13 | benchmarkEscapeIndex(b, strings.Repeat("!foobar!", 512), true) |
| 14 | } |
| 15 | |
| 16 | func BenchmarkEscapeIndex1(b *testing.B) { |
| 17 | benchmarkEscapeIndex(b, "1", false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…