mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 18:24:50 -05:00
- Remove redundant explanatory comment for CodSpeed mode input - Add memory mode alongside simulation for allocation measurements - Fix async_dispatcher_connect test to use distinct receiver callables per connection, since receivers are keyed by the callable object - Assert listener/receiver call counts and filtered/cancelled callbacks are (not) invoked, using invariants that hold regardless of how many times the benchmark harness calls the measured function - Assert exact state value in test_state_get instead of just not-None Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>