mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
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] (From OE-Core rev: a7f2e8915db379021f3409ca640de5d3b054a830) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
867c2dcbd7
commit
7132f54041
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user