feat: documentation site, multi-cloud benchmarks, and harness fixes#30
Merged
Conversation
bryantbiggs
force-pushed
the
feat/multi-cloud-bench
branch
10 times, most recently
from
April 19, 2026 19:39
598ee4a to
6dc184e
Compare
bryantbiggs
force-pushed
the
feat/multi-cloud-bench
branch
from
April 19, 2026 21:09
5d52143 to
3adb591
Compare
Astro-based documentation site with design docs, registry guides, CLI reference, configuration, performance benchmarks, and Helm chart docs. Includes CI workflow, site assets, and updated READMEs.
Restructure bench terraform for per-provider directories (aws/).
Add bench-remote streaming output, cloud-init readiness check,
multi-tool cold comparison with proxy JSONL validation. Fix 6
harness bugs: source_blob_bytes metric, regsync per-tag config,
quay.io v1 manifest mediaTypes, mount metric (existence checks
vs cross-repo), SCP nested directory, proxy multi-value headers.
Add --skip-registries flag and source 429 abort. Historical run
records archived to bench/results/{registry}.json.
bryantbiggs
force-pushed
the
feat/multi-cloud-bench
branch
from
April 19, 2026 21:12
3adb591 to
4035fa8
Compare
First validated 3-tool benchmark after fixing 6 harness bugs. c6in.4xlarge, us-east-1, quay.io + Docker Hub + cgr.dev + public ECR.
bryantbiggs
force-pushed
the
feat/multi-cloud-bench
branch
from
April 19, 2026 21:17
4035fa8 to
38234f2
Compare
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
bench/terraform/aws/), streamed outputDocumentation site
Benchmark infrastructure
--instance-id,--region--provider awsbench/terraform/bench/terraform/aws/Harness fixes
Site assets
Test plan
cargo fmt --check && cargo clippy -- -D warnings && cargo test(200 tests pass)cd bench/terraform/aws && terraform init && terraform validate