Skip to content

Commit 84a780b

Browse files
use scale factor 0.5 in tpcds data generation
1 parent d3ad9d2 commit 84a780b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "$HOME/.local/bin" >> $GITHUB_PATH
5656
- name: Run TPC-DS randomized test
5757
id: test
58-
run: cargo test --features tpcds --test tpc_ds_randomized
58+
run: SCALE_FACTOR 0.5 cargo test --features tpcds --test tpc_ds_randomized
5959
continue-on-error: true
6060
- name: Upload test artifacts on failure
6161
if: failure() || steps.test.outcome == 'failure'

0 commit comments

Comments
 (0)