Skip to content

Commit 065e9fb

Browse files
authored
Merge pull request #825 from elefeint/elefeint/add_cpu_to_motherduck
Add hardware selection to motherduck output
2 parents 8ab8293 + 7467f0a commit 065e9fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

motherduck/benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def run_queries():
124124
"machine": f"Motherduck: {instance_type}",
125125
"cluster_size": 1,
126126
"proprietary": "yes",
127+
"hardware": "cpu",
127128
"tuned": "no",
128129
"tags": ["C++", "column-oriented", "serverless", "managed"],
129130
}

0 commit comments

Comments
 (0)