You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Speeds up mutation runs by reusing package, coverage, test-binary, source, and report work. Also fixes custom command timeouts and excludes benchmarks from per-test coverage.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Speeds up package parsing by avoiding full syntax and type loading for dependencies. Warm full-tree dry runs are about four times faster while target-package type information stays available.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improves mutation runs that use coverage and adaptive timeouts. They now reuse the coverage test run, avoiding an extra clean test run for each package.