On Thu, May 29, 2025 at 4:27 PM Ian Rogers <irogers@xxxxxxxxxx> wrote: > It should be okay as you can compare the string against that reported > by `perf version`. On my build in `/tmp/perf`: > ``` > $ /tmp/perf/perf version > perf version 6.15.rc7.gb9ac06abfde9 > $ cat /tmp/perf/PERF-VERSION-FILE > #define PERF_VERSION "6.15.rc7.gb9ac06abfde9" > ``` Oh, nice! I'll switch the test to use that instead. Blake