Add Proxygen and Proxygen Coro engines - #1097
Draft
lnicco wants to merge 5 commits into
Draft
Conversation
Allow bridge-mode port remapping for HTTP/1.1, TLS, h2c, HTTP/2, and HTTP/3 without changing production host networking. Add a minimal rootless Podman shim and start PostgreSQL only for profiles that need it.
Exercise RFC 6455 handshake, framing, fragmentation, UTF-8, ping/pong, and close behavior. Surface validator crashes as failures and document the expanded checks.
Add a pinned, non-root Proxygen image with HTTP/1.1, TLS, h2c, HTTP/2, HTTP/3, static, JSON, upload, and RFC 6455 WebSocket support across 18 benchmark profiles.
Add a pinned, non-root Proxygen coroutine image using proxygen::coro::HTTPHandler and HTTPSourceHolder across the same 18 HTTP/1.1, TLS, h2c, HTTP/2, HTTP/3, static, JSON, upload, and WebSocket profiles.
Use the official ghcr.io/facebook/proxygen/base:latest tag for both the regular and coroutine engines, and update their documentation to reflect the rolling upstream builder.
Owner
|
/benchmark -f proxygen |
Contributor
|
👋 Benchmark request received. A collaborator will review and approve the run. |
Owner
|
/benchmark -f proxygen-coro |
Contributor
|
👋 Benchmark request received. A collaborator will review and approve the run. |
Contributor
Benchmark ResultsFramework:
Full log |
Contributor
Benchmark ResultsFramework:
Full log |
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.
Early review requested. The implementation is complete, but this PR is intentionally draft while the engine shape and shared harness changes are reviewed.
Summary
Both engines cover the same 18 profiles across HTTP/1.1, HTTP/2, HTTP/3, static files, JSON, upload, and WebSockets.
Validation