Skip to content

Commit

Permalink
CI smaller data
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki authored Jul 24, 2023
1 parent 0da07f9 commit 6c4cd5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _utils/generate-data-small.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Data generation data for groupby 0.5GB
# Data generation data for groupby and join 0.5GB, rollfun 50MB

mkdir data
cd data/
Rscript ../_data/groupby-datagen.R 1e7 1e2 0 0
Rscript ../_data/join-datagen.R 1e7 0 0 0
Rscript ../_data/rollfun-datagen.R 1e7 0 0 1
Rscript ../_data/join-datagen.R 1e7 NA 0 0
Rscript ../_data/rollfun-datagen.R 1e6 NA 0 1
cd ..

# don't publish, we dont even have the keys
Expand All @@ -16,4 +16,4 @@ mv _control/data.csv _control/data.csv.original
echo "task,data,nrow,k,na,sort,active" > _control/data.csv
echo "groupby,G1_1e7_1e2_0_0,1e7,1e2,0,0,1" >> _control/data.csv
echo "join,J1_1e7_NA_0_0,1e7,NA,0,0,1" >> _control/data.csv
echo "rollfun,R1_1e7_NA_0_1,1e7,NA,0,1,1" >> _control/data.csv
echo "rollfun,R1_1e7_NA_0_1,1e6,NA,0,1,1" >> _control/data.csv

0 comments on commit 6c4cd5f

Please sign in to comment.