]> code.ossystems Code Review - openembedded-core.git/commit
oe-build-perf-test: pack all buildstat in one file
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 24 Mar 2017 14:17:25 +0000 (16:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Mar 2017 12:17:02 +0000 (13:17 +0100)
commita7f2e8915db379021f3409ca640de5d3b054a830
tree70ace73b0baa12116099e4f5b58abbaec78a4be9
parentfa5f7b5090468da0ed1e30160e68362c97350c47
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 "<test_name>.<measurement_name>" 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 <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/buildperf/base.py
meta/lib/oeqa/buildperf/test_basic.py
scripts/oe-build-perf-test