aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgcpacer_test.go
AgeCommit message (Expand)Author
2022-04-26runtime: reduce max idle mark workers during periodic GC cyclesMichael Anthony Knyszek
2022-03-31runtime: remove old pacer and the PacerRedesign goexperimentMichael Anthony Knyszek
2022-02-10runtime: make piController much more defensive about overflowMichael Anthony Knyszek
2021-11-04runtime: fix hard goal calculationMichael Anthony Knyszek
2021-11-04runtime: implement GC pacer redesignMichael Anthony Knyszek
2021-10-29runtime: add testing framework and basic tests for GC pacerMichael Knyszek