
The results.csv file of a full piglit run is about 6 MB. Given how seldomly this file is being used, and the fact that it cannot be viewed directly in gitlab's artifact page anyway. Let's compress the file using zstd, and enjoy a ~90% reduction in size at the cost of probably less than 500ms of compression time on a slow device, and 55ms on the CI machines in the valve farm. Acked-by: David Heidelberg <david.heidelberg@collabora.com> Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20669>