Skip to content

hadrian: fix support for the recording of perf test results

Before this patch, Hadrian didn't care about the TEST_ENV and METRICS_FILE environment variables, that the performance testing infrastructure uses to record perf tests results from CI jobs.

It now looks them up right before running the testsuite driver, and passes suitable --test-env/--metrics-file arguments when these environment variables are set.

Edited by Alp Mestanogullari

Merge request reports