Skip to content

fix: Reduce flakiness in flocking behavior scaling test#1176

Merged
braedonsaunders merged 1 commit into
mainfrom
claude/fix-flaky-flocking-test-sIJda
Jan 31, 2026
Merged

fix: Reduce flakiness in flocking behavior scaling test#1176
braedonsaunders merged 1 commit into
mainfrom
claude/fix-flaky-flocking-test-sIJda

Conversation

@braedonsaunders

Copy link
Copy Markdown
Owner

Run multiple iterations per measurement (20) to reduce timing noise. Sub-millisecond measurements are extremely noisy - with single-pass measurements, the 200-unit test could run faster than 100-unit due to noise, causing false failures. Aggregating 20 iterations increases total measured time and makes the scaling ratios more reliable.

https://claude.ai/code/session_01HXxFtJ1dgwh8eRCPp9Louq

Run multiple iterations per measurement (20) to reduce timing noise.
Sub-millisecond measurements are extremely noisy - with single-pass
measurements, the 200-unit test could run faster than 100-unit due to
noise, causing false failures. Aggregating 20 iterations increases
total measured time and makes the scaling ratios more reliable.

https://claude.ai/code/session_01HXxFtJ1dgwh8eRCPp9Louq
@braedonsaunders braedonsaunders merged commit 28bb81f into main Jan 31, 2026
4 checks passed
@braedonsaunders braedonsaunders deleted the claude/fix-flaky-flocking-test-sIJda branch January 31, 2026 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants