Fork me on GitHub
#testing
<
2018-08-24
>
aaron5123:08:17

How can I get the slowest 10 tests, their names and runtimes?

gdanov12:08:01

"override" clojure.test/report and collect the stats (don't forget to delegate back to the default impl)