Skip to content

Commit 7ada428

Browse files
Normalize Motherduck Jumbo to jumbo in pg_duckdb-motherduck
motherduck/ uses lowercase tier names ("Motherduck: jumbo", "Motherduck: mega", "Motherduck: standard"); pg_duckdb-motherduck/ had three files with "Motherduck: Jumbo" (capital J). Lower-case the J so the dashboard groups all jumbo-tier runs under one machine. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent eefb9e9 commit 7ada428

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pg_duckdb-motherduck/results/20240307/motherduck.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"system": "pg_duckdb (MotherDuck enabled)",
33
"date": "2024-03-07",
4-
"machine": "Motherduck: Jumbo",
4+
"machine": "Motherduck: jumbo",
55
"cluster_size": "serverless",
66
"proprietary": "yes",
77
"hardware": "cpu",

pg_duckdb-motherduck/results/20241123/motherduck.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"system": "pg_duckdb (MotherDuck enabled)",
33
"date": "2024-11-23",
4-
"machine": "Motherduck: Jumbo",
4+
"machine": "Motherduck: jumbo",
55
"cluster_size": "serverless",
66
"proprietary": "yes",
77
"hardware": "cpu",

pg_duckdb-motherduck/results/20250904/motherduck.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"system": "pg_duckdb (MotherDuck enabled)",
33
"date": "2025-09-04",
4-
"machine": "Motherduck: Jumbo",
4+
"machine": "Motherduck: jumbo",
55
"cluster_size": "serverless",
66
"proprietary": "yes",
77
"hardware": "cpu",

0 commit comments

Comments
 (0)