We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e247c commit ad9b751Copy full SHA for ad9b751
1 file changed
CHANGELOG.md
@@ -31,6 +31,10 @@
31
- Cache function discovery to avoid duplicate pipeline per test file
32
- Reduce subshells in test execution hot path
33
- Batch coverage recording with in-memory buffering
34
+- Cache `uname` result at source time to eliminate repeated subprocess forks in OS detection
35
+- Replace `bc` and `awk` subprocesses with native bash arithmetic in clock and duration formatting
36
+- Cache `base64 -w` flag support at load time instead of detecting per test
37
+- Use direct variable access for assertion state instead of getter subshells in runner hot path
38
39
### Fixed
40
- Mocking `mktemp` no longer breaks spy creation (#602)
0 commit comments