leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
wotbrew 2020-05-19T08:20:44.133500Z

I would like to get some kind of timing report for test namespaces (and ideally individual tests) run with lein test does anyone know of such a plugin? I know I can use fixtures for this kind of thing, but I'd prefer a thing that just auto-instruments without code changes.

2020-05-19T09:15:41.134Z

I think eftest tells you how long the tests took. https://github.com/weavejester/eftest

👍 1