Hi. I’m trying to improve test performance.
Is there a way to get test performance report (or test profiling), which show taken time for an each test and a test phase like build, bean register, run test, … in kotest(or spring test)?
s
sam
10/26/2021, 9:55 PM
Using --scan with gradle is the best way. That gives you all kinds of great timing info