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

Merge remote-tracking branch...

Merge remote-tracking branch 'simon/46-add-more-detailed-benchmarking-strategies' into feature/theodolitePython
parents 094fa82c 52d90845
No related branches found
No related tags found
1 merge request!42Integerate theodolite and run uc python scripts
...@@ -8,7 +8,7 @@ WARMUP_SEC = 60 ...@@ -8,7 +8,7 @@ WARMUP_SEC = 60
def execute(config): def execute(config):
cwd = os.getcwd() 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) 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.
Please register or to comment