Add install/cleanup scripts and build_proxygen(external first) (#545)#545
Open
SamirFarhat17 wants to merge 1 commit intofacebookresearch:v2-betafrom
Open
Add install/cleanup scripts and build_proxygen(external first) (#545)#545SamirFarhat17 wants to merge 1 commit intofacebookresearch:v2-betafrom
SamirFarhat17 wants to merge 1 commit intofacebookresearch:v2-betafrom
Conversation
|
@SamirFarhat17 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D98022619. |
SamirFarhat17
pushed a commit
to SamirFarhat17/DCPerf
that referenced
this pull request
Mar 27, 2026
…ookresearch#545) Summary: Replace the existing cdn_bench to a build-from-source flow for foss_revproxy. The install script: - Clones proxygen at a pinned version tag from GitHub - Runs build_proxygen.sh to build the full dependency chain (boost, folly, fizz, wangle, mvfst, proxygen) - Builds foss_revproxy from bundled source at src/foss_revproxy/ via CMake - Installs binaries into benchmarks/cdn_bench/ build_proxygen.sh is forked from the DjangoBench template with adaptations for standalone usage. Differential Revision: D98022619
ef14b88 to
72707c8
Compare
SamirFarhat17
pushed a commit
to SamirFarhat17/DCPerf
that referenced
this pull request
Mar 30, 2026
…ookresearch#545) Summary: Pull Request resolved: facebookresearch#545 Replace the existing cdn_bench to a build-from-source flow for foss_revproxy. The install script: - Clones proxygen at a pinned version tag from GitHub - Runs build_proxygen.sh to build the full dependency chain (boost, folly, fizz, wangle, mvfst, proxygen) - Builds foss_revproxy from bundled source at src/foss_revproxy/ via CMake - Installs binaries into benchmarks/cdn_bench/ build_proxygen.sh is forked from the DjangoBench template with adaptations for standalone usage. Differential Revision: D98022619
SamirFarhat17
pushed a commit
to SamirFarhat17/DCPerf
that referenced
this pull request
Mar 30, 2026
…ookresearch#545) Summary: Replace the existing cdn_bench to a build-from-source flow for foss_revproxy. The install script: - Clones proxygen at a pinned version tag from GitHub - Runs build_proxygen.sh to build the full dependency chain (boost, folly, fizz, wangle, mvfst, proxygen) - Builds foss_revproxy from bundled source at src/foss_revproxy/ via CMake - Installs binaries into benchmarks/cdn_bench/ build_proxygen.sh is forked from the DjangoBench template with adaptations for standalone usage. Differential Revision: D98022619
72707c8 to
29e44a5
Compare
…ookresearch#545) Summary: Pull Request resolved: facebookresearch#545 Replace the existing cdn_bench to a build-from-source flow for foss_revproxy. The install script: - Clones proxygen at a pinned version tag from GitHub - Runs build_proxygen.sh to build the full dependency chain (boost, folly, fizz, wangle, mvfst, proxygen) - Builds foss_revproxy from bundled source at src/foss_revproxy/ via CMake - Installs binaries into benchmarks/cdn_bench/ build_proxygen.sh is forked from the DjangoBench template with adaptations for standalone usage. Differential Revision: D98022619
29e44a5 to
09acfaf
Compare
meta-codesync bot
pushed a commit
that referenced
this pull request
Mar 30, 2026
Summary: Pull Request resolved: #545 Replace the existing cdn_bench to a build-from-source flow for foss_revproxy. The install script: - Clones proxygen at a pinned version tag from GitHub - Runs build_proxygen.sh to build the full dependency chain (boost, folly, fizz, wangle, mvfst, proxygen) - Builds foss_revproxy from bundled source at src/foss_revproxy/ via CMake - Installs binaries into benchmarks/cdn_bench/ build_proxygen.sh is forked from the DjangoBench template with adaptations for standalone usage. Reviewed By: YifanYuan3 Differential Revision: D98022619 fbshipit-source-id: ca3f92f20657dd4db228b29e9602b9ed6b5e6a5c
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:
Replace the existing cdn_bench to a build-from-source flow for foss_revproxy.
The install script:
(boost, folly, fizz, wangle, mvfst, proxygen)
build_proxygen.sh is forked from the DjangoBench template with adaptations
for standalone usage.
Differential Revision: D98022619