From 4b81c924cc52e557fcae63725cd07a052ad1f4f7 Mon Sep 17 00:00:00 2001 From: Anand Thakker Date: Tue, 28 Feb 2017 14:11:35 -0800 Subject: [core] Log Memory.Footprint test results (#8170) * Log Memory.Footprint test output * On CI, only run Memory.Footprint test with libjemalloc --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d41cfa83a4..3b13902776 100644 --- a/.travis.yml +++ b/.travis.yml @@ -173,7 +173,8 @@ matrix: - mapbox_export_mesa_library_path script: - make qt-app - - LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so make run-qt-test-Memory.*:*.Load + - GTEST_OUTPUT=xml LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so make run-qt-test-Memory.*:*.Load + - scripts/log_memory_benchmarks.sh test_detail.xml "Platform=Linux,Compiler=${_CC},Arch=$(uname -m)" # Qt 5 - GCC 5 - Release - os: linux -- cgit v1.2.1