mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
`cargo test -p codewhale-tui --all-features` does not unify features the same way as `cargo nextest run --workspace --all-features`. The budget step relinked codewhale-tui for ~13 minutes on macos-latest and then recorded enqueue_elapsed_ns=43684497 against a 25ms ceiling after the suite had already passed. Run the measurement with `--workspace --all-features`, treat sibling "running 0 tests" output as expected, page in try_send before the timed sample, and raise the enqueue noise ceiling to 50ms. RSS, retained count, and payload ratchets are unchanged. Signed-off-by: CodeWhale Bot <bot@codewhale.net>