summaryrefslogtreecommitdiffstats
path: root/scripts/oe-build-perf-test
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-build-perf-test')
-rwxr-xr-xscripts/oe-build-perf-test1
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):
209 result.write_results_xml() 209 result.write_results_xml()
210 else: 210 else:
211 result.write_results_json() 211 result.write_results_json()
212 result.write_buildstats_json()
212 if args.globalres_file: 213 if args.globalres_file:
213 update_globalres_file(result, args.globalres_file, metadata) 214 update_globalres_file(result, args.globalres_file, metadata)
214 if result.wasSuccessful(): 215 if result.wasSuccessful():