Преглед на файлове

Merge pull request #2606 from michaelhixson/final-results-json-upload

Upload the results.json once more after the completion time is set
Michael Hixson преди 8 години
родител
ревизия
04f7fcf556
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      toolset/benchmark/benchmarker.py

+ 1 - 0
toolset/benchmark/benchmarker.py

@@ -149,6 +149,7 @@ class Benchmarker:
 
 
         self.__set_completion_time()
+        self.__upload_results()
         self.__finish()
         return result