first thing i tried. it doesn’t make a significant...
# random
d
first thing i tried. it doesn’t make a significant difference if i run a single test (e.g.
-Dtest.single=WhateverClassTest
), it’s maybe like 5 seconds faster (so ~50s instead of ~55s). the tests themselves run in a few seconds according to the profile output. the bulk of the time is spent in
:app:compile*
despite only one new method (resulting in 5 class files changing, the class itself plus its nested classes).