By: Tom Sydney Kerckhove <syd@cs-syd.eu>
mutationCheck: accept a pre-written 'configFile' alongside 'config' Lets the caller maintain the YAML config as a sibling file in their own repo (e.g. ./mutation.yaml) instead of expressing it inline as a Nix attrset. When 'configFile' is set, it is passed to the plugin verbatim and 'config' is ignored.
| Time to Start | Worker time | Duration | Time to finish | |
| Config | 0s | 2s | 2s | 3s |
| Eval | 3s | 33s | 33s | 36s |
| Build | 6s | 34s | 15s | 22s |
| Test | - | - | - | - |
| Deploy | - | - | - | - |
| Suite | 0s | 1m11s | 36s | 36s |