This could very well be my usage of bat-test being incorrect but I have some code where (bat-test) is called and then that's invoked from a boot-test, when I run VisualVM on that boot process this section appears to take a fair amount of CPU:
https://github.com/metosin/bat-test/blob/master/src/metosin/bat_test/impl.clj#L18
Since we point bat-test at all our tests anyway I don't think this section of code is doing much for us? Is it possible to optionally disable or avoid it?
This could very well be my usage of bat-test being incorrect but I have some code where (bat-test) is called and then that's invoked from a boot-test, when I run VisualVM on that boot process this section appears to take a fair amount of CPU:
https://github.com/metosin/bat-test/blob/master/src/metosin/bat_test/impl.clj#L18
Since we point bat-test at all our tests anyway I don't think this section of code is doing much for us? Is it possible to optionally disable or avoid it?