Files
DeepSeek-TUI/scripts
CodeWhale Bot 9d833f0cfc fix(ci): reuse workspace features for persistence backlog measurement
`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>
2026-08-27 11:43:27 -07:00
..