Benchmark single-replica ClickHouse Cloud services of all sizes - #1219
Merged
Conversation
The Scale tier now offers a single-replica option, so 1-replica services are no longer limited to 8 and 12 GiB. Run the full memory range (8..356 GiB) for every replica count on all three providers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
alexey-milovidov
requested a deployment
to
benchmark-approval
August 4, 2026 21:56 — with
GitHub Actions
Waiting
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.
ClickHouse Cloud added a single-replica option to the Scale tier, so 1-replica services are no longer limited to 8 and 12 GiB.
This merges the per-provider loops in
clickhouse-cloud/combinations.shso every replica count (1, 2, 3) runs over the full memory range (8..356 GiB) on AWS, GCP, and Azure — adding 18 new single-replica configurations. Verified against the live Cloud API spec thatnumReplicasnow has a minimum of 1 with the full 8–356 GiB memory range.No other script changes are needed:
cloud-api.shalready passes$REPLICASintonumReplicas, andcollect-results.shderivescluster_sizefrom the temp-directory name, so new results will land as e.g.results/<date>/aws.1.32.jsonautomatically.🤖 Generated with Claude Code