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) {
this.deploymentManager.setWorkloadEnv(this.wgDeployment, "workload-generator", environmentVariables)
this.deploymentManager.deploy(this.wgDeployment)
}
}
package theodolite.util
import theodolite.k8s.UC1Benchmark
class TestBenchmark : AbstractBenchmark(
UC1Benchmark.UC1BenchmarkConfig(
zookeeperConnectionString = "",
kafkaIPConnectionString = "",
AbstractBenchmark.Config(
clusterZookeeperConnectionString = "",
clusterKafkaConnectionString = "",
externalZookeeperConnectionString = "",
externalKafkaConnectionString = "",
schemaRegistryConnectionString = "",
kafkaTopics = emptyList(),
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