Skip to content
Snippets Groups Projects

Restructure package and class structure of Theodolite

Merged Julia Rossow requested to merge stu222169/theodolite-extensions:issue-300 into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -81,10 +81,12 @@ class ExperimentRunnerImpl(
@@ -81,10 +81,12 @@ class ExperimentRunnerImpl(
this.afterTeardownDelay,
this.afterTeardownDelay,
this.waitForResourcesEnabled
this.waitForResourcesEnabled
)
)
val from = Instant.now()
val from: Instant
try {
try {
benchmarkDeployment.setup()
benchmarkDeployment.setup()
 
from = Instant.now()
 
this.waitAndLog()
this.waitAndLog()
if (mode == ExecutionModes.OPERATOR.value) {
if (mode == ExecutionModes.OPERATOR.value) {
eventCreator.createEvent(
eventCreator.createEvent(
Loading