Skip to content

Commit

Permalink
ci: Allow TPCH benchmarks to use ARM cluster profile (#3777)
Browse files Browse the repository at this point in the history
TPCDS benchmarks allow this. We should do the same for TPCH.
  • Loading branch information
desmondcheongzx authored Feb 6, 2025
1 parent 1b5a077 commit 8759b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run(
parser.add_argument("--num-partitions", type=int, required=True, help="The number of partitions")
parser.add_argument(
"--cluster-profile",
choices=["debug_xs-x86", "medium-x86"],
choices=["debug_xs-x86", "medium-x86", "benchmarking-arm"],
type=str,
required=False,
help="The ray cluster configuration to run on",
Expand Down

0 comments on commit 8759b62

Please sign in to comment.