How I sped up one of our test suites by 17.5x by explicitly defining Elixir protocol implementations

How I sped up one of our test suites by 17.5x by explicitly defining Elixir protocol implementations

Fallback protocols could be causing slower tests when running with code coverage. Defining protocol implementations can improve the speed. The post How I sped up one of our test suites by 17.5x by explicitly defining Elixir protocol implementations appeared first on Software Integrity Blog ... Read More