Fork me on GitHub
#leiningen
<
2020-05-19
>
wotbrew08:05:44

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.

sgerguri09:05:41

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

👍 4