You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The x/benchmarks garbage benchmark has slowed down by 20% between Go 1.5 and master:
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.
The text was updated successfully, but these errors were encountered:
The x/benchmarks garbage benchmark has slowed down by 20% between Go 1.5 and master:
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.
The text was updated successfully, but these errors were encountered: