feat(perf): add benchmark harness and forwarding optimizations#582
Closed
stackia wants to merge 1 commit into
Closed
feat(perf): add benchmark harness and forwarding optimizations#582stackia wants to merge 1 commit into
stackia wants to merge 1 commit into
Conversation
Contributor
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-water-0a297bf00-582.eastasia.1.azurestaticapps.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This adds repo-local performance tooling for rtp2httpd before/after comparisons and keeps the benchmark result output out of git. The replay tool can now send to explicit multicast targets, which makes the core multicast RTP-to-HTTP path reproducible on macOS and Linux without relying on
/proc/net/igmp.The PR also keeps the forwarding-path optimizations from the local plan: throttled queue and buffer-pool status reporting, the sequential RTP reorder fast path, cached queue-limit refresh during enqueue, and a bounded batching age threshold.
Validation
Built with Release +
ENABLE_AGGRESSIVE_OPT=ONon macOS. Ran Python compile/lint checks for the tools, multicast/FCC/flow-control e2e tests, macOS zerocopy e2e skip check, and benchmark smoke runs. Perf result JSON is intentionally not included;perf-results/is ignored so the same tooling can be rerun on another machine.