Skip to content
Snippets Groups Projects

Resolve "Implement Quarkus/Kotlin protype"

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -28,7 +28,7 @@ class TheodoliteExecutor() {
@@ -28,7 +28,7 @@ class TheodoliteExecutor() {
wgImageURL = "ghcr.io/cau-se/theodolite-uc1-kstreams-workload-generator:latest"
wgImageURL = "ghcr.io/cau-se/theodolite-uc1-kstreams-workload-generator:latest"
))
))
val results: Results = Results()
val results: Results = Results()
val executionDuration = Duration.ofSeconds(60*5 )
val executionDuration = Duration.ofSeconds(60*5)
val executor: BenchmarkExecutor = KafkaBenchmarkExecutor(benchmark, results, executionDuration)
val executor: BenchmarkExecutor = KafkaBenchmarkExecutor(benchmark, results, executionDuration)
val restrictionStrategy = LowerBoundRestriction(results)
val restrictionStrategy = LowerBoundRestriction(results)
Loading