[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13472 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-05 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/13472#discussion_r65821495 --- Diff: core/src/main/scala/org/apache/spark/util/Benchmark.scala --- @@ -33,18 +38,37 @@ import org.apache.commons.lang3.SystemUtils * * The

[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-04 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/13472#discussion_r65804521 --- Diff: core/src/main/scala/org/apache/spark/util/Benchmark.scala --- @@ -33,18 +38,37 @@ import org.apache.commons.lang3.SystemUtils * * The

[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-04 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/13472#discussion_r65804523 --- Diff: core/src/main/scala/org/apache/spark/util/Benchmark.scala --- @@ -33,18 +38,37 @@ import org.apache.commons.lang3.SystemUtils * * The

[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-02 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/13472#discussion_r65632313 --- Diff: core/src/main/scala/org/apache/spark/util/Benchmark.scala --- @@ -97,6 +111,39 @@ private[spark] class Benchmark( println //

[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-02 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/13472#discussion_r65632177 --- Diff: core/src/main/scala/org/apache/spark/util/Benchmark.scala --- @@ -97,6 +111,39 @@ private[spark] class Benchmark( println //

[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-02 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/13472#discussion_r65620010 --- Diff: core/src/main/scala/org/apache/spark/util/Benchmark.scala --- @@ -97,6 +111,39 @@ private[spark] class Benchmark( println //

[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-02 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/13472#discussion_r65619857 --- Diff: core/src/main/scala/org/apache/spark/util/Benchmark.scala --- @@ -97,6 +111,39 @@ private[spark] class Benchmark( println //

[GitHub] spark pull request #13472: [SPARK-15735] Allow specifying min time to run in...

2016-06-02 Thread ericl
GitHub user ericl opened a pull request: https://github.com/apache/spark/pull/13472 [SPARK-15735] Allow specifying min time to run in microbenchmarks ## What changes were proposed in this pull request? This makes microbenchmarks run for at least 2 seconds by default, to