ExUnitSpan - An ExUnit formatter to visualize test execution

An ExUnit formatter to visualize test execution and find bottlenecks in your test suite.

I created a small library called ex_unit_span to generate a trace file for ExUnit tests. The idea is to get a quick overview of which tests are slow. In many cases, slow async tests might not be a bottleneck even though they might take longer compared to other sync tests. Hopefully, this will help in prioritizing which tests should be optimized first.

The library is quite new. Please report any bugs or feel free to open issue to discuss anything.

23 Likes

Very cool and easy to use!

very nice!!