aboutsummaryrefslogtreecommitdiffstats
path: root/core/results/results_constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/results/results_constants.py')
-rw-r--r--core/results/results_constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/results/results_constants.py b/core/results/results_constants.py
index f6fbaad2..ef2df847 100644
--- a/core/results/results_constants.py
+++ b/core/results/results_constants.py
@@ -66,6 +66,8 @@ class ResultsConstants(object):
OPTIMAL_LEARNING_RATE_FPS = 'optimal_learning_rate_fps'
TEST_RUN_TIME = "test_execution_time"
+ TEST_START_TIME = "start_time"
+ TEST_STOP_TIME = "stop_time"
@staticmethod
def get_traffic_constants():