Merge "The gathered runtime is for failures/not failures"
This commit is contained in:
@@ -362,7 +362,7 @@ class ExecutorStatistics(object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def runtime(self):
|
def runtime(self):
|
||||||
"""Total runtime of all submissions executed."""
|
"""Total runtime of all submissions executed (failed or not)."""
|
||||||
return self._runtime
|
return self._runtime
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user