From fb9939b1365cc32d63ad318a8109aecdd5825f02 Mon Sep 17 00:00:00 2001 From: Yin Huai Date: Mon, 20 Apr 2015 10:03:41 -0700 Subject: [PATCH] includeBreakdown is a parameter of runExperiment. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a3a1cc..c188a55 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ val tpcds = dataLocation = , dsdgenDir = , tables = tables.tables, - scaleFactor = , - includeBreakdown = false) + scaleFactor = ) ``` After a `TPCDS` object is created, tables of it can be setup by calling