test-infra
test-infra copied to clipboard
Ability to Benchmark Prometheus with PGO
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