From 0a46081aec3b1286d302be8933db03f983fbb5da Mon Sep 17 00:00:00 2001 From: lorenz <stu203404@mail.uni-kiel.de> Date: Mon, 15 Mar 2021 15:16:12 +0100 Subject: [PATCH] Remove Todo --- .../main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt b/theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt index 19a0cb61c..ddfaf8e9b 100644 --- a/theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt +++ b/theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt @@ -20,7 +20,6 @@ class BenchmarkExecutorImpl( private val configurationOverrides: List<ConfigurationOverride>, slo: BenchmarkExecution.Slo ) : BenchmarkExecutor(benchmark, results, executionDuration, configurationOverrides, slo) { - //TODO ADD SHUTDOWN HOOK HERE override fun runExperiment(load: LoadDimension, res: Resource): Boolean { val benchmarkDeployment = benchmark.buildDeployment(load, res, this.configurationOverrides) benchmarkDeployment.setup() -- GitLab