From 40bc978db9ef575d2d908725332275b8a85836d6 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Wed, 5 Jan 2022 12:02:42 +0100 Subject: [PATCH] fix bug --- .../src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt b/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt index 549063606..67d0c8075 100644 --- a/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt +++ b/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt @@ -113,7 +113,7 @@ class KubernetesBenchmark : KubernetesResource, Benchmark { } return KubernetesBenchmarkDeployment( sutBeforeActions = sut.beforeActions, - sutAfterActions = sut.beforeActions, + sutAfterActions = sut.afterActions, loadGenBeforeActions = loadGenerator.beforeActions, loadGenAfterActions = loadGenerator.afterActions, appResources = appResources.map { it.second }, -- GitLab