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
go 1.16 should offer significant performance improvement in the scheduler when GOMAXPROCS is high (e.g. 1000), due to partial addressing of golang/go#28808
What need to be done:
Running benchmarks with fixed GOMAXPROCS=12 against different inputs to make sure there is no slowdown
Running benchmarks with GOMAXPROCS=1000 against different inputs to make sure there is no slowdown
Running benchmarks with default GOMAXPROCS on a server with at least 500 cores to make sure there is no slowdown
go 1.16 should offer significant performance improvement in the scheduler when GOMAXPROCS is high (e.g. 1000), due to partial addressing of golang/go#28808
What need to be done:
Input log types:
The text was updated successfully, but these errors were encountered: