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

Refactor

parent c7238681
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!78Resolve "Implement Quarkus/Kotlin protype"
...@@ -94,3 +94,5 @@ class UC1Benchmark(config: Config) : AbstractBenchmark(config) { ...@@ -94,3 +94,5 @@ class UC1Benchmark(config: Config) : AbstractBenchmark(config) {
this.deploymentManager.setWorkloadEnv(this.wgDeployment, "workload-generator", environmentVariables) this.deploymentManager.setWorkloadEnv(this.wgDeployment, "workload-generator", environmentVariables)
this.deploymentManager.deploy(this.wgDeployment) this.deploymentManager.deploy(this.wgDeployment)
} }
}
package theodolite.util package theodolite.util
import theodolite.k8s.UC1Benchmark
class TestBenchmark : AbstractBenchmark( class TestBenchmark : AbstractBenchmark(
UC1Benchmark.UC1BenchmarkConfig( AbstractBenchmark.Config(
zookeeperConnectionString = "", clusterZookeeperConnectionString = "",
kafkaIPConnectionString = "", clusterKafkaConnectionString = "",
externalZookeeperConnectionString = "",
externalKafkaConnectionString = "",
schemaRegistryConnectionString = "", schemaRegistryConnectionString = "",
kafkaTopics = emptyList(), kafkaTopics = emptyList(),
kafkaReplication = 0, kafkaReplication = 0,
......
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