From fe4a215d1b7739e53d411569b3449471a21e94dc Mon Sep 17 00:00:00 2001 From: Martin Perdacher Date: Fri, 12 Apr 2019 17:37:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf1593a..f337261 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For a selfjoin with random generated uniform data [0.0, 1.0): - `-t` number of threads For a selfjoin with a dataset from a file: -`./blasSelfJoinCardinality -n 200000 -e 0.2 -d 64 -t 64 -f uniform_200000x64.csv` +`./blasSelfJoinCardinality -n 200000 -s 5120 -e 0.2 -d 64 -t 64 -f uniform_200000x64.csv` - `-f` filename Each value is separated by a comma ',' and has _d_ objects in each line. The file has _n_ lines without a header. -- GitLab