diff --git a/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt b/theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt index 549063606eb99838680292ad5e3e5d15ea5832be..67d0c80756e65db5a92415990ec19bc6e6a7a207 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 },