Skip to content
Snippets Groups Projects

Introduce new Benchmark class and Patcher

Compare and Show latest version
13 files
+ 164
74
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -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