浏览代码

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