diff options
Diffstat (limited to 'scripts/oe-build-perf-test')
-rwxr-xr-x | scripts/oe-build-perf-test | 1 |
1 files changed, 1 insertions, 0 deletions
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(): |