Skip to content

client: break latency ties with avg latency#3692

Merged
vihu merged 2 commits into
mainfrom
rg/fix-3573
May 12, 2026
Merged

client: break latency ties with avg latency#3692
vihu merged 2 commits into
mainfrom
rg/fix-3573

Conversation

@vihu
Copy link
Copy Markdown
Contributor

@vihu vihu commented May 12, 2026

Summary

Fix #3573

Use avg_latency_ns as a secondary sort key after min_latency_ns for device and endpoint latency ranking. Preserve stable ordering for exact ties and add regression coverage.

vihu added 2 commits May 13, 2026 00:19
Use avg_latency_ns as a secondary sort key after min_latency_ns for
device and endpoint latency ranking. Preserve stable ordering for exact
ties and add regression coverage.
@vihu vihu enabled auto-merge (squash) May 12, 2026 20:20
@vihu vihu merged commit 8b8e8c2 into main May 12, 2026
33 checks passed
@vihu vihu deleted the rg/fix-3573 branch May 12, 2026 20:33
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.

Use avg_latency_ns as tie-breaker for identical min_latency_ns in path selection

2 participants