From a7f2e8915db379021f3409ca640de5d3b054a830 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 24 Mar 2017 16:17:25 +0200 Subject: oe-build-perf-test: pack all buildstat in one file Write out all buildstats into one big json file, instead of using multiple per-measurement files. Individual buildstats will be indexed using "." as the key. Also, changes the per-testcase working directories into temporary directories that will be removed after test execution as there are no more per-testcase data files to store permanently. [YOCTO #10582] Signed-off-by: Markus Lehtonen Signed-off-by: Richard Purdie --- scripts/oe-build-perf-test | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/oe-build-perf-test') diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test index 8950c32004..669470fa97 100755 --- a/scripts/oe-build-perf-test +++ b/scripts/oe-build-perf-test @@ -209,6 +209,7 @@ def main(argv=None): result.write_results_xml() else: result.write_results_json() + result.write_buildstats_json() if args.globalres_file: update_globalres_file(result, args.globalres_file, metadata) if result.wasSuccessful(): -- cgit 1.2.3-korg