Skip to content

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

Open
sfc-gh-mneglay wants to merge 1 commit into
ClickHouse:mainfrom
sfc-gh-mneglay:mneglay_new_snowflake_results
Open

snowflake: add 20260727 results and fix query 27 regex#1206
sfc-gh-mneglay wants to merge 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>
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.

1 participant