Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of PGO #410

Open
dkropachev opened this issue Dec 12, 2023 · 1 comment
Open

Make use of PGO #410

dkropachev opened this issue Dec 12, 2023 · 1 comment

Comments

@dkropachev
Copy link
Collaborator

dkropachev commented Dec 12, 2023

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
@dkropachev
Copy link
Collaborator Author

Depends on #408

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant