Skip to content

Commit 359c4fc

Browse files
committed
Uncomment other benchmarks
1 parent abd8572 commit 359c4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVBenchmarks.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ object CSVBenchmarks {
158158
}
159159

160160
def main(args: Array[String]): Unit = {
161-
// quotedValuesBenchmark(rowsNum = 50 * 1000, numIters = 3)
162-
// multiColumnsBenchmark(rowsNum = 1000 * 1000)
161+
quotedValuesBenchmark(rowsNum = 50 * 1000, numIters = 3)
162+
multiColumnsBenchmark(rowsNum = 1000 * 1000)
163163
countBenchmark(10 * 1000 * 1000)
164164
}
165165
}

0 commit comments

Comments
 (0)