Commit 77e5868
perf: speed up mutmut with do_not_mutate, max_stack_depth, and --max-children 4
- Exclude __init__.py, const.py, exceptions.py via do_not_mutate (re-exports,
constants, and trivial class declarations don't benefit from mutation testing)
- Add max_stack_depth=8 to limit test-to-mutant call stack tracing depth
- Increase --max-children from 2 to 4 (GitHub Actions ubuntu-24.04 has 4 vCPUs)
Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>1 parent c4af6e3 commit 77e5868
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments