Repository: spark Updated Branches: refs/heads/master 8c0bfd08f -> 1559495dd
[FIX] disable benchmark code I forgot to disable the benchmark code in #2937, which increased the Jenkins build time by couple minutes. aarondav Author: Xiangrui Meng <[email protected]> Closes #2990 from mengxr/disable-benchmark and squashes the following commits: c58f070 [Xiangrui Meng] disable benchmark code Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1559495d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1559495d Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1559495d Branch: refs/heads/master Commit: 1559495dd961d299299a27aae2cb940e8c6697c5 Parents: 8c0bfd0 Author: Xiangrui Meng <[email protected]> Authored: Tue Oct 28 22:00:10 2014 -0700 Committer: Xiangrui Meng <[email protected]> Committed: Tue Oct 28 22:00:10 2014 -0700 ---------------------------------------------------------------------- .../test/scala/org/apache/spark/util/collection/SorterSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/1559495d/core/src/test/scala/org/apache/spark/util/collection/SorterSuite.scala ---------------------------------------------------------------------- diff --git a/core/src/test/scala/org/apache/spark/util/collection/SorterSuite.scala b/core/src/test/scala/org/apache/spark/util/collection/SorterSuite.scala index 066d47c..0cb1ed7 100644 --- a/core/src/test/scala/org/apache/spark/util/collection/SorterSuite.scala +++ b/core/src/test/scala/org/apache/spark/util/collection/SorterSuite.scala @@ -157,7 +157,7 @@ class SorterSuite extends FunSuite { * here is mainly to have the code. Running multiple tests within the same JVM session would * prevent JIT inlining overridden methods and hence hurt the performance. */ - test("Sorter benchmark for primitive int array") { + ignore("Sorter benchmark for primitive int array") { val numElements = 25000000 // 25 mil val rand = new XORShiftRandom(123) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
