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
5 files
+ 11
12
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -4,7 +4,7 @@ import theodolite.util.ConfigurationOverride
import kotlin.properties.Delegates
class BenchmarkContext() {
class BenchmarkExecution() {
lateinit var name: String
lateinit var benchmark: String
lateinit var load: LoadDefinition
Loading