Skip to content

perf ci: Start searching from the performance baseline

Matthew Pickering requested to merge wip/perf-tests-downwards into master

If you specify PERF_BASELINE_COMMIT then this can fail if the specific commit you selected didn't have perf test metrics. (This can happen in CI for example if a build fails on master).

Therefore instead of just reporting all tests as new, we start searching downwards from this point to try and find a good commit to report numbers from.

Edited by Matthew Pickering

Merge request reports