yins comments
This commit is contained in:
parent
4101a1e968
commit
ed8ddfedcd
@ -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))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user