Skip to content
Snippets Groups Projects

Introduce new Benchmark class and Patcher

Compare and Show latest version
30 files
+ 119
458
Compare changes
  • Side-by-side
  • Inline
Files
30
@@ -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