Skip to content
Snippets Groups Projects

Handle shutdown

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading