Skip to content

sql: preprocess counts to limit updates on import

Mark Janes requested to merge majanes/mesa_ci:mysql into master

Import took 20minutes due to redundant update of the group statistics for each test. Preprocessing group statistics with a single import improves run-time by ~8X.

Merge request reports