Commit dde2d6b
sweet/benchmarks/cockroachdb: reduce benchmark concurrency
The benchmark was failing with an `EADDRNOTAVAIL` error, indicating
that the client was exhausting the available network ports. This occurred
because a high number of client connections were being rapidly created
and torn down.
Reducing the concurrency limits the rate of new connections, preventing
port exhaustion and allowing the benchmark to run reliably.
Fixes golang/go#73474
Change-Id: Ib2c0791cc108a54b916c19d28b9ebc21e5ea57fe
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/681595
Auto-Submit: Carlos Amedee <[email protected]>
Reviewed-by: Michael Knyszek <[email protected]>
TryBot-Bypass: Carlos Amedee <[email protected]>1 parent 2bb7112 commit dde2d6b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
0 commit comments