Skip to content
Snippets Groups Projects
Commit 40bc978d authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

fix bug

parent e2c5c505
No related branches found
No related tags found
1 merge request!201Introduce action commands
Pipeline #5823 passed
......@@ -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 },
......
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