Browse Source

Upload the results.json once more after the completion time is set

This makes it easier for the consumer of the uploaded results to tell
when the run is complete.
Michael Hixson 8 years ago
parent
commit
25061ed28e
1 changed files with 1 additions and 0 deletions
  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