From 7467f0ab516a667d2debd34f20c45fd3d62edde8 Mon Sep 17 00:00:00 2001 From: Elena Felder <41136058+elefeint@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:29:21 +0000 Subject: [PATCH] add hardware/cpu line to motherduck output --- motherduck/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/motherduck/benchmark.py b/motherduck/benchmark.py index f6004ee50..9e2241e3d 100644 --- a/motherduck/benchmark.py +++ b/motherduck/benchmark.py @@ -124,6 +124,7 @@ def run_queries(): "machine": f"Motherduck: {instance_type}", "cluster_size": 1, "proprietary": "yes", + "hardware": "cpu", "tuned": "no", "tags": ["C++", "column-oriented", "serverless", "managed"], }