Skip to content
Snippets Groups Projects

WIP: Re-implementation of Theodolite with Kotlin/Quarkus

Merged Sören Henning requested to merge theodolite-kotlin into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -15,6 +15,7 @@ class BenchmarkExecutorImpl(
@@ -15,6 +15,7 @@ class BenchmarkExecutorImpl(
executionDuration: Duration,
executionDuration: Duration,
private val configurationOverrides: List<ConfigurationOverride>
private val configurationOverrides: List<ConfigurationOverride>
) : BenchmarkExecutor(benchmark, results, executionDuration, configurationOverrides) {
) : BenchmarkExecutor(benchmark, results, executionDuration, configurationOverrides) {
 
//TODO ADD SHUTDOWN HOOK HERE
override fun runExperiment(load: LoadDimension, res: Resource): Boolean {
override fun runExperiment(load: LoadDimension, res: Resource): Boolean {
val benchmarkDeployment = benchmark.buildDeployment(load, res, this.configurationOverrides)
val benchmarkDeployment = benchmark.buildDeployment(load, res, this.configurationOverrides)
benchmarkDeployment.setup()
benchmarkDeployment.setup()
Loading