Skip to content
Snippets Groups Projects
Commit cc2d3b79 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

remove unintentional added prometheus url

parent c32b1dc7
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ def run_evaluation(exp_id, uc_id, dim_value, instances, execution_minutes): ...@@ -254,7 +254,7 @@ def run_evaluation(exp_id, uc_id, dim_value, instances, execution_minutes):
:param int execution_minutes: How long the use case where executed. :param int execution_minutes: How long the use case where executed.
""" """
print('Run evaluation function') print('Run evaluation function')
lag_analysis.main(exp_id, f'uc{uc_id}', dim_value, instances, execution_minutes, 'http://localhost:9090') lag_analysis.main(exp_id, f'uc{uc_id}', dim_value, instances, execution_minutes)
return return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment