Skip to content

Make use of PGO #410

Open
Open
@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

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions