(b *testing.B)
| 6 | ) |
| 7 | |
| 8 | func BenchmarkEscapeIndex4KB(b *testing.B) { |
| 9 | benchmarkEscapeIndex(b, strings.Repeat("!foobar!", 512), false) |
| 10 | } |
| 11 | |
| 12 | func BenchmarkEscapeIndex4KBEscapeHTML(b *testing.B) { |
| 13 | benchmarkEscapeIndex(b, strings.Repeat("!foobar!", 512), true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…