Skip to content
Snippets Groups Projects

Introduce a Theodolite operator

Compare and Show latest version
24 files
+ 354
137
Compare changes
  • Side-by-side
  • Inline
Files
24
@@ -8,6 +8,6 @@ interface Benchmark {
fun buildDeployment(
load: LoadDimension,
res: Resource,
configurationOverrides: List<ConfigurationOverride>
configurationOverrides: List<ConfigurationOverride?>
): BenchmarkDeployment
}
Loading