aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources
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 /sql/core/src/test/resources
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 'sql/core/src/test/resources')
-rw-r--r--sql/core/src/test/resources/log4j.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/core/src/test/resources/log4j.properties b/sql/core/src/test/resources/log4j.properties
index e53cb1f4e6..33b9ecf1e2 100644
--- a/sql/core/src/test/resources/log4j.properties
+++ b/sql/core/src/test/resources/log4j.properties
@@ -16,7 +16,7 @@
#
# Set everything to be logged to the file core/target/unit-tests.log
-log4j.rootLogger=DEBUG, CA, FA
+log4j.rootLogger=INFO, CA, FA
#Console Appender
log4j.appender.CA=org.apache.log4j.ConsoleAppender