mutant v0.11.17 Release Notes

Release Date: 2022-11-12 // over 1 year ago
  • Add execution profiling via --profile. The output format is not stable yet, still this profile is very useful to differentiate mutant load time from target application load time.

    Improve worker process termination speed. Reduces pause before report print especially on high core count machines.


Previous changes from v0.11.16

  • Fix ignore patterns support for single node def nodes. Fix config merge support for ignore patterns.