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

remove unintentional added prometheus url

parent 35ab970a
No related branches found
No related tags found
1 merge request!44Enhanced CLI arguments for theodolite
......@@ -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.
"""
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment