Skip to content

Commit

Permalink
Uncomment other benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Jul 28, 2018
1 parent abd8572 commit 359c4fc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -158,8 +158,8 @@ object CSVBenchmarks {
}

def main(args: Array[String]): Unit = {
// quotedValuesBenchmark(rowsNum = 50 * 1000, numIters = 3)
// multiColumnsBenchmark(rowsNum = 1000 * 1000)
quotedValuesBenchmark(rowsNum = 50 * 1000, numIters = 3)
multiColumnsBenchmark(rowsNum = 1000 * 1000)
countBenchmark(10 * 1000 * 1000)
}
}

0 comments on commit 359c4fc

Please sign in to comment.