Open
Description
on golang 1.21
PGO was released, and we can make use of it.
Just preliminary idea:
- Before releasing new version we would run it against single node cluster collecting profile data.
- Build optimized binary with
go build -pgo=run.pprof
- Release both optimized and non-optimized versions
Metadata
Metadata
Assignees
Labels
No labels