Add Duke benchmark pipeline and configurable deploy infrastructure#259
Merged
Ultimate-Storm merged 1 commit intomainfrom Apr 5, 2026
Merged
Add Duke benchmark pipeline and configurable deploy infrastructure#259Ultimate-Storm merged 1 commit intomainfrom
Ultimate-Storm merged 1 commit intomainfrom
Conversation
Make deploy_and_test.sh read SITES and SERVER_NAME from deploy_sites.conf instead of hardcoding them, enabling multi-site Duke benchmarks on dl0/dl2/dl3. Add deploy_sites.conf.example with DL0/DL2/DL3 templates. Create run_duke_benchmark.sh for end-to-end benchmark orchestration (build, deploy, swarm train, collect results, local benchmark). Add results template at docs/DUKE_BENCHMARK_RESULTS.md. Broaden container name matching to include stamp and nvflare alongside odelia. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Add
scripts/evaluation/run_duke_benchmark.sh(~298 lines) — automated end-to-end benchmarking on the Duke Breast MRI dataset:--skip-build,--skip-deploy,--skip-swarm,--skip-local,--collect-only,--dry-run,--output-dirMake
deploy_and_test.shinfrastructure configurable:SITESarray read fromdeploy_sites.conf(was hardcoded(MHA RSH))SERVER_NAMEconfigurable (was hardcodeddl3.tud.de)odelia|stamp|nvflare(wasodeliaonly) in status/stop commandsAdd
deploy_sites.conf.example— template with sanitized credentials and Duke benchmark dl0/dl2/dl3 templatesAdd
docs/DUKE_BENCHMARK_RESULTS.md— results template with infrastructure table, reproduction instructions, and placeholder comparison tablesUpdate
scripts/evaluation/README.mdwithrun_duke_benchmark.shdocumentationAdd
duke_results/to.gitignoreDeploy infrastructure changes
Test plan
deploy_and_test.shworks with default SITES (backward compatible)deploy_and_test.shworks with custom SITES/SERVER_NAME from deploy_sites.confrun_duke_benchmark.sh --dry-runshows planned steps without executingdeploy_sites.conf.examplecontains all required variables with documentation🤖 Generated with Claude Code