Skip to content

Make use of PGO #410

@dkropachev

Description

@dkropachev

on golang 1.21 PGO was released, and we can make use of it.

Just preliminary idea:

  1. Before releasing new version we would run it against single node cluster collecting profile data.
  2. Build optimized binary with go build -pgo=run.pprof
  3. Release both optimized and non-optimized versions

Metadata

Metadata

Labels

enhancementNew feature or requestgithub_actionsPull requests that update GitHub Actions codegoPull requests that update Go codegood first issueGood for newcomers

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions