Skip to content

Commit

Permalink
Change scale_factor to option in build-commit-run-tpch already
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 21, 2024
1 parent e6d05b7 commit a54b5b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-commit-run-tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ on:
scale_factor:
description: Which scale factor to use
required: false
default: 2
type: choice
options:
- '2'
- '10'
- '100'
- '1000'
default: '2'
partition_size:
description: Which partition size to use
required: false
Expand Down

0 comments on commit a54b5b9

Please sign in to comment.