yins comments

This commit is contained in:
Michael Armbrust 2015-08-13 17:54:00 -07:00
parent 4101a1e968
commit ed8ddfedcd

View File

@ -429,7 +429,7 @@ abstract class Benchmark(@transient protected val sqlContext: SQLContext)
messages += s"Breakdown: ${node.simpleString}"
val newNode = buildDataFrame.queryExecution.executedPlan(index)
val executionTime = benchmarkMs {
node.execute().foreach((row: Any) => Unit)
newNode.execute().foreach((row: Any) => Unit)
}
timeMap += ((index, executionTime))