Skip to content
Snippets Groups Projects
Commit 0a46081a authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Remove Todo

parent 7f69f4cb
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!96Handle shutdown,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
This commit is part of merge request !96. Comments created here will be created in the context of that merge request.
......@@ -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()
......
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