cljdoc/cljdoc-analyzer

Track test times on CircleCI

Closed this issue · 0 comments

lread commented

It would be nice to track how long individual tests take over time.

CircleCI allows test info to uploaded in the form of Junit test reports.

Kaocha has a Junit plugin that can write these reports.

I've done this is the past at one point on another project.
I'll do it for this project as well (unless someone else beats me to it!).