Skip to content

snowflake: add 20260727 results and fix query 27 regex - #1206

Merged
rschu1ze merged 1 commit into
ClickHouse:mainfrom
sfc-gh-mneglay:mneglay_new_snowflake_results
Aug 10, 2026
Merged

snowflake: add 20260727 results and fix query 27 regex#1206
rschu1ze merged 1 commit into
ClickHouse:mainfrom
sfc-gh-mneglay:mneglay_new_snowflake_results

Conversation

@sfc-gh-mneglay

Copy link
Copy Markdown
Contributor

Summary

  • Adds 18 Snowflake benchmark results under snowflake/results/20260727/ covering three warehouse types (gen1, gen2, interactive) at six sizes (XS, S, M, L, XL, 2XL).
  • Each file is the best-scoring run out of three repetitions, selected by sum(min(r2, r3)).
  • Fixes the query 27 regex in snowflake/queries.sql: escapes the literal dot (\.\\.) and references the host capture group instead of the www. prefix (\1\2).

Test plan

  • All 18 files pass validate-results.py locally with zero warnings and zero errors.
  • Each file has 43 rows × 3 timings, non-negative, matching the schema of recent snowflake results (results/20260213/xs_interactive.json).
  • machine values use the normalized T-shirt sizing per Normalize machine names: drop redundant cloud prefix, normalize T-shirt sizes #881 (2XL, not X2L).
  • cluster_size matches Snowflake node counts (xs=1, s=2, m=4, l=8, xl=16, 2xl=32), matching the historical results/20220701/*.json convention.

🤖 Generated with Claude Code

Adds 18 result files under snowflake/results/20260727/ covering three
warehouse types (gen1, gen2, interactive) at six sizes (XS, S, M, L,
XL, 2XL). Each file is the best-scoring run out of three repetitions,
selected by `sum(min(r2, r3))`.

Also fixes the query 27 regex in snowflake/queries.sql: `\.` -> `\\.`
in the character class and `\1` -> `\2` to reference the host capture
group.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sfc-gh-kasher

Copy link
Copy Markdown

Hey @rschu1ze, do you think you can take a look?

@rschu1ze
rschu1ze merged commit 13cc0c1 into ClickHouse:main Aug 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants