summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/dashboard/bottlenecks2Dashboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/result_collection_api/dashboard/bottlenecks2Dashboard.py')
-rwxr-xr-xutils/test/result_collection_api/dashboard/bottlenecks2Dashboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/dashboard/bottlenecks2Dashboard.py b/utils/test/result_collection_api/dashboard/bottlenecks2Dashboard.py
index 9a7e4ce1b..2e106bec8 100755
--- a/utils/test/result_collection_api/dashboard/bottlenecks2Dashboard.py
+++ b/utils/test/result_collection_api/dashboard/bottlenecks2Dashboard.py
@@ -67,7 +67,7 @@ def format_rubbos_for_dashboard(results):
#new_element = []
#for each_result in results:
# throughput_data = [record['throughput'] for record in each_result['details']]
- # new_element.append({'x': each_result['creation_date'],
+ # new_element.append({'x': each_result['start_date'],
# 'y': max(throughput_data)})
#test_data.append({'name': "Rubbos max throughput",