Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: 20% performance regression in x/benchmarks garbage #13827

Closed
aclements opened this issue Jan 5, 2016 · 1 comment
Closed

runtime: 20% performance regression in x/benchmarks garbage #13827

aclements opened this issue Jan 5, 2016 · 1 comment
Milestone

Comments

@aclements
Copy link
Member

The x/benchmarks garbage benchmark has slowed down by 20% between Go 1.5 and master:

garbage

The break is at 1870572. We should reproduce this outside of my historical benchmark runner and figure out what happened. In theory, enlarging the work buffers should have improved performance by reducing the overhead and contention of exchanging them. The slowdown suggests that we're still having issues with balancing work somewhere in the GC.

@aclements aclements added this to the Go1.6 milestone Jan 5, 2016
@gopherbot
Copy link
Contributor

CL https://golang.org/cl/18341 mentions this issue.

@golang golang locked and limited conversation to collaborators Jan 13, 2017
@rsc rsc unassigned RLH Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants