From a1dfce4d3cd4556d36ce197330add511771dc22d Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Wed, 15 Nov 2017 12:20:37 -0600 Subject: [PATCH] Made .csv the default file format for perf tests. --- etc/ci/performance/test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/performance/test_all.sh b/etc/ci/performance/test_all.sh index c112a20c8b3..77fce655e8a 100755 --- a/etc/ci/performance/test_all.sh +++ b/etc/ci/performance/test_all.sh @@ -49,7 +49,7 @@ python3 -m http.server > /dev/null 2>&1 & # MANIFEST="page_load_test/tp5n/20160509.manifest" # A manifest that excludes MANIFEST="page_load_test/example.manifest" # A manifest that excludes # timeout test cases -PERF_FILE="output/perf-$(date +%s).json" +PERF_FILE="output/perf-$(date +%s).csv" echo "Running tests" python3 runner.py ${engine} --runs 4 --timeout "${timeout}" --base "${base}" \