Skip to content

ci: Add a manual job for tracking the performance of Freedreno

Tomeu Vizoso requested to merge tomeu/mesa:ci-performance into main

Use Piglit's replay profile to measure and store the time that frames take to render in the GPU.

This job won't run automatically in regular pipelines, but will be triggered automatically by a script for every successful pre-merge pipeline.

This is because we want to generate performance data for every relevant commit merged in main, but we don't want to keep a device busy during the pre-merge run.

Signed-off-by: Antonio Caggiano antonio.caggiano@collabora.com Signed-off-by: Tomeu Vizoso tomeu.vizoso@collabora.com

Merge request reports