aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorEric Liang <ekl@databricks.com>2016-06-11 15:26:08 -0700
committerReynold Xin <rxin@databricks.com>2016-06-11 15:26:08 -0700
commit5bb4564cd47c8bf06409287e0de4ec45609970b2 (patch)
tree6568b8d8d1995b57675c283eafc5cca4fd3c8536 /project
parentcb5d933d86ac4afd947874f1f1c31c7154cb8249 (diff)
downloadspark-5bb4564cd47c8bf06409287e0de4ec45609970b2.tar.gz
spark-5bb4564cd47c8bf06409287e0de4ec45609970b2.tar.bz2
spark-5bb4564cd47c8bf06409287e0de4ec45609970b2.zip
[SPARK-15881] Update microbenchmark results for WideSchemaBenchmark
## What changes were proposed in this pull request? These were not updated after performance improvements. To make updating them easier, I also moved the results from inline comments out into a file, which is auto-generated when the benchmark is re-run. Author: Eric Liang <ekl@databricks.com> Closes #13607 from ericl/sc-3538.
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 304288a32c..2f7da31e55 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -833,7 +833,7 @@ object TestSettings {
javaOptions in Test += "-Dspark.ui.enabled=false",
javaOptions in Test += "-Dspark.ui.showConsoleProgress=false",
javaOptions in Test += "-Dspark.unsafe.exceptionOnMemoryLeak=true",
- javaOptions in Test += "-Dsun.io.serialization.extendedDebugInfo=true",
+ javaOptions in Test += "-Dsun.io.serialization.extendedDebugInfo=false",
javaOptions in Test += "-Dderby.system.durability=test",
javaOptions in Test ++= System.getProperties.asScala.filter(_._1.startsWith("spark"))
.map { case (k,v) => s"-D$k=$v" }.toSeq,