Skip to content

app: fix issue with selecting wrong build when duplicate build_ids exist

clayton craft requested to merge craftyguy/mesa_perf_results:perf_history into master

build_id is the mesa sha, so there can be multiple entries in the Build table with the same build_id. This selects the correct one.

Merge request reports