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 allow
some time for jit compilation to kick in.
## How was this patch tested?
Tested manually with existing microbenchmarks. This change is backwards
compatible in that existing microbenchmarks which specified numIters per-case
will still run exactly that number of iterations. Microbenchmarks which
previously overrode defaultNumIters now override minNumIters.
cc @hvanhovell
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ericl/spark spark-15735
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13472.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13472
----
commit 5f90b7c006f309cbc98ea93c6f6095bd931fcf53
Author: Eric Liang <[email protected]>
Date: 2016-06-02T19:17:40Z
Thu Jun 2 12:17:40 PDT 2016
commit 27d1c2815e8d285fd66eb794296300cbc53d7e82
Author: Eric Liang <[email protected]>
Date: 2016-06-02T19:23:14Z
Thu Jun 2 12:23:14 PDT 2016
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]