Skip to content

Commit b96a5c2

Browse files
use scale factor 0.5 in tpcds data generation
1 parent ebeb1f4 commit b96a5c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ 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+
# 0.5 scale factor produces a data dir which is 124MB
59+
run: SCALE_FACTOR 0.5 cargo test --features tpcds --test tpc_ds_randomized
5960
continue-on-error: true
6061
- name: Upload test artifacts on failure
6162
if: failure() || steps.test.outcome == 'failure'

0 commit comments

Comments
 (0)