summaryrefslogtreecommitdiffstats
path: root/result_collection_api/dashboard/yardstick2Dashboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'result_collection_api/dashboard/yardstick2Dashboard.py')
-rw-r--r--result_collection_api/dashboard/yardstick2Dashboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/dashboard/yardstick2Dashboard.py b/result_collection_api/dashboard/yardstick2Dashboard.py
index 20b0864..4f022d5 100644
--- a/result_collection_api/dashboard/yardstick2Dashboard.py
+++ b/result_collection_api/dashboard/yardstick2Dashboard.py
@@ -84,7 +84,7 @@ def format_Ping_for_dashboard(results):
if "benchmark" in record]
avg_rtt = sum(records) / len(records)
- new_element.append({'x': data['creation_date'],
+ new_element.append({'x': data['start_date'],
'y': avg_rtt})
test_data.append({'name': "ping duration",