test-infra icon indicating copy to clipboard operation
test-infra copied to clipboard

Ability to Benchmark Prometheus with PGO

Open bwplotka opened this issue 2 years ago • 0 comments

PGO (profile guided optimization) allows compiler to adjust compilation based on input from runtime profile of the same binary. Currently PGO is limited (inlining), but it can yield benefits already. More will come in future too.

Requires: https://github.com/prometheus/test-infra/issues/552

bwplotka avatar Jun 13 '23 06:06 bwplotka