Files
Franck NijhofandCopilot App 49c9ea82d8 Address review feedback: stronger assertions and fixed dispatcher receivers bug
- 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>
2026-07-09 16:46:06 +02:00
..