Hi. I’m trying to improve test performance. Is the...
# kotest
s
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
Using --scan with gradle is the best way. That gives you all kinds of great timing info