SIGN IN SIGN UP

gofer: reword perf warning to match perf warning regex

test/runner/main.go has `performanceWarningRegexp` set as:

```
var performanceWarningRegexp =
    regexp.MustCompile(`(?i).*(slows?|slowing).*(startup|teardown).*`)
```

the existing warning did not match this regex, causing flaky readv tests in
buildkite.

This should fix it.

PiperOrigin-RevId: 970157268
R
Ryan El Kochta committed
e2f9de455b36360597422807604667f8728f3e58
Parent: aaf4ca0
Committed by gVisor bot <gvisor-bot@google.com> on 8/24/2026, 11:38:50 PM