diff options
| author | Felix Geisendörfer <felix.geisendoerfer@datadoghq.com> | 2024-04-02 10:13:32 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-04-03 22:49:46 +0000 |
| commit | a4440e3d236dc2ca65851c39a51958cc1b3c03fb (patch) | |
| tree | a6fbb3b558fdd824ebb712a66fea3211712bbbd0 /src/errors | |
| parent | 4b2db7f60d808dc9e135af86bcd4a39ae63b1fc7 (diff) | |
| download | go-a4440e3d236dc2ca65851c39a51958cc1b3c03fb.tar.xz | |
net/http: speed up go test
Optimize the execution speed of go test ./net/http from ~38s to ~28s.
This is achieved by shortening the sleep interval utilized for
identifying goroutine leaks.
This optimization is motivated by noticing significant periods of
inactivity in the -trace output. Even after applying this CL, many
Off-CPU wait periods seem to remain:
$ go test ./net/http
ok net/http 27.744s
real 0m28.204s
user 0m4.991s
sys 0m1.797s
Change-Id: I6108ebbb715c33900f1506d810c0a8f8ed674d35
Reviewed-on: https://go-review.googlesource.com/c/go/+/575975
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
Diffstat (limited to 'src/errors')
0 files changed, 0 insertions, 0 deletions
