kaocha

2022-08-17T10:14:54.997339Z

I think it would be nice to integrate something like https://github.com/jstepien/flames with kaocha somehow, has anyone done something like that? I'd just like an easy way to visualize what's going on when running tests, to maybe spot more easily if there are some obvious things that could be sped up.

2022-08-17T10:16:15.145539Z

it doesn't have to be done with flames I guess, but I would really like something like I used to have in Python-land https://docs.python.org/3/library/profile.html

2022-08-17T10:16:59.060699Z

might get hairy when you get into interop I guess, but if we could just filter to only clojure functions at least it should be relatively clear?

plexus 2022-08-17T12:28:08.442219Z

Cool idea for sure!