Skip to content
Prev Previous commit
Next Next commit
[SPARK-25484][SQL][TEST] rebase on master and fix
  • Loading branch information
Peter Toth authored and peter-toth committed Jan 8, 2019
commit a26dbc793458db54bc687cc3bcef87237c870a05
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ object ExternalAppendOnlyUnsafeRowArrayBenchmark extends BenchmarkBase {
}
}

override def benchmark(): Unit = {
override def runBenchmarkSuite(): Unit = {
runBenchmark("WITHOUT SPILL") {
val spillThreshold = 100 * 1000
testAgainstRawArrayBuffer(spillThreshold, 100 * 1000, 1 << 10)
Expand Down