Skip to content
Snippets Groups Projects

Introduce new Benchmark class and Patcher

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