feat(benchmark): shaped bandwidth sweep harness, results, and README updates#66
Open
russellromney wants to merge 2 commits into
Open
feat(benchmark): shaped bandwidth sweep harness, results, and README updates#66russellromney wants to merge 2 commits into
russellromney wants to merge 2 commits into
Conversation
…updates Add fly_shaped_benchmark.sh and run_shaped_sweep.sh to measure ripclone vs git clone across shaped network links (50-1000 Mbps). Include a plotting script and generated ratio graph. Update the README Performance section with results for oven-sh/bun, pandas-dev/pandas, and torvalds/linux (1000 Mbps only). Fix files mode to request the full clonepack. Update Fly dev machine configs to keep machines warm during long benchmark sweeps.
- Add SHAPED=0 support to fly_shaped_benchmark.sh / run_shaped_sweep.sh so the same harness can do both shaped-bandwidth and warm-cache unshaped runs. - Delete legacy/superseded scripts: benchmark/baseline.sh, benchmark/remote.sh, scripts/benchmark_clone_compare.sh, scripts/benchmark_fly_client.sh. - Rewrite benchmark/README.md around the new canonical harness. - Update BENCHMARKS.md to point to benchmark/run_shaped_sweep.sh. - Add a mode-label note in README.md.
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.
This PR adds the shaped-network benchmark harness and the resulting data.
What changed
benchmark/fly_shaped_benchmark.shandbenchmark/run_shaped_sweep.shto run ripclone vs nativegit cloneacross shaped links from 50–1000 Mbps.benchmark/plot_ratios.pyand the generatedbenchmark/shaped_ratios.png.README.mdPerformance section with results foroven-sh/bun,pandas-dev/pandas, andtorvalds/linux(1000 Mbps only).filesmode to request the full clonepack (archive chunks) instead of the shallow variant.Dockerfile.client.Linux 1000 Mbps confirmation
Closes the shaped-benchmark work.