runtime: go1.13.5/go tip worst gc pause time increase from go1.9.7 in darwin/amd64 #36147
Labels
Milestone
Comments
all result from go1.7.6 to go1.13.5 to go tip
go1.9.7/go1.11.13 is the best. |
a known issue introduced in 1.12 may be related, see 95a6f11 |
/cc @aclements @randall77 per owners. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Code modified from https://making.pusher.com/golangs-real-time-gc-in-theory-and-practice/
What did you expect to see?
Worst gc pause time decrease or equal.
What did you see instead?
Worst gc pause time increase.
The text was updated successfully, but these errors were encountered: