Load execution ID from file
All threads resolved!
All threads resolved!
Compare changes
@@ -2,6 +2,7 @@ package theodolite.evaluation
@@ -2,6 +2,7 @@ package theodolite.evaluation
@@ -36,24 +37,25 @@ class AnalysisExecutor(
@@ -36,24 +37,25 @@ class AnalysisExecutor(
fun analyze(load: LoadDimension, res: Resource, executionIntervals: List<Pair<Instant, Instant>>): Boolean {
val fileName= "${resultsFolder}exp${executionId}_${load.get()}_${res.get()}_${slo.sloType.toSlug()}"