Skip to content
Snippets Groups Projects

Introduce new Benchmark class and Patcher

All threads resolved!
43 files
+ 303
227
Compare changes
  • Side-by-side
  • Inline
Files
43
package theodolite.benchmark
import theodolite.util.LoadDimension
import theodolite.util.ConfigurationOverride
import theodolite.util.LoadDimension
import theodolite.util.Resource
interface Benchmark {
fun buildDeployment(load: LoadDimension, res: Resource, configurationOverrides: List<ConfigurationOverride>): BenchmarkDeployment
}
\ No newline at end of file
fun buildDeployment(
load: LoadDimension,
res: Resource,
configurationOverrides: List<ConfigurationOverride>
): BenchmarkDeployment
}
Loading