Skip to content

Commit

Permalink
mini
Browse files Browse the repository at this point in the history
  • Loading branch information
dey4ss committed Mar 9, 2024
1 parent e6e1e9a commit 857e852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
run: |
make
- name: Build SF 0.01 data
- name: Geerate SF 0.01 Data
run: |
mkdir generated_data && cd generated_data
../dbgen -f -s 0.01 -k -b ../dists.dss
- name: Generate queries
- name: Generate Queries
run: |
mkdir generated_queries && cd generated_queries && ln -s ../queries/*.sql .
# With skew.
Expand Down

0 comments on commit 857e852

Please sign in to comment.