gianm opened a new pull request, #18955:
URL: https://github.com/apache/druid/pull/18955
Takes the runtime from ~3 minutes to 10 seconds by reducing the number of
test runs by 32x. There are two changes:
1) Instead of parameterizing for every possible combination of
monomorphic specialization flags, only parameterize for all-on and
all-off. The specializations handle different cases anyway, so they
wouldn't trigger on the same queries. Reduces number of test runs by
16x.
2) Remove the parameterization on `duplicateSingleAggregatorQueries`. Only
a handful of tests used it. Instead of parameterizing the entire
suite, that handful of tests is expanded to include
`_duplicateAggregators` versions. Reduces number of test runs by 2x.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]