Identifying the Slowest Modules in Your Elixir Test Suite

18
clicks
Identifying the Slowest Modules in Your Elixir Test Suite

Source: elixirstreams.com

Type: Video

The article discusses a feature introduced in Elixir 1.17 that helps developers identify the slowest modules in their test suite. By using the command `mix test --slowest-modules 2`, developers can run their tests and receive output indicating which two modules are the slowest, enabling them to focus on optimization efforts for improving the overall test suite speed.

© HashMerge 2024