what is the mostly used benchmark for golang?

I am trying to do some optimizations inside Golang’s runtime, and I wonder what is the official benchmark to measure the performance improvement in Golang’s runtime.

I have seen some performance data in Golang’s release note1, but it does not mention what workloads Golang team uses exactly to obtain these data.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.