Skip to content
Snippets Groups Projects

Introduce a Theodolite operator

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