Skip to content

Commit 921c7db

Browse files
committed
Reduce the default field count to 1
1 parent c2ea8a5 commit 921c7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/core_workload.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const string CoreWorkload::TABLENAME_PROPERTY = "table";
2222
const string CoreWorkload::TABLENAME_DEFAULT = "usertable";
2323

2424
const string CoreWorkload::FIELD_COUNT_PROPERTY = "fieldcount";
25-
const string CoreWorkload::FIELD_COUNT_DEFAULT = "10";
25+
const string CoreWorkload::FIELD_COUNT_DEFAULT = "1";
2626

2727
const string CoreWorkload::FIELD_LENGTH_DISTRIBUTION_PROPERTY =
2828
"field_len_dist";

0 commit comments

Comments
 (0)