Skip to content
Snippets Groups Projects

Add Kdoc

Merged Lorenz Boguhn requested to merge stu203404/theodolite:140-add-kdoc into theodolite-kotlin
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -34,6 +34,9 @@ class BenchmarkExecutorImpl(
this.run.set(false)
}
/**
* Analyse the experiment, if [run] is true, otherwise the experiment was canceled by the user.
*/
if (this.run.get()) {
result =
AnalysisExecutor(slo = slo).analyze(load = load, res = res, executionDuration = executionDuration)
Loading