Skip to content
Snippets Groups Projects
Commit 52d90845 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Use exp_id in evaluation

parent 9e57f8f0
No related branches found
No related tags found
1 merge request!39Add Support for Benchmarking Strategies
......@@ -8,7 +8,7 @@ WARMUP_SEC = 60
def execute(config):
cwd = os.getcwd()
file = f"exp{config.counter}_uc{config.use_case}_{config.dim_value}_{config.replicas}_totallag.csv"
file = f"exp{config.exp_id}_uc{config.use_case}_{config.dim_value}_{config.replicas}_totallag.csv"
trend_slope = trend_slope_computer.compute(cwd, file, WARMUP_SEC, THRESHOLD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment