Skip to content
Snippets Groups Projects
Commit ae6f9e73 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'master' into issue-300

parents c6af64db 623e43c6
No related branches found
No related tags found
1 merge request!256Restructure package and class structure of Theodolite
Pipeline #8543 passed
......@@ -81,10 +81,12 @@ class ExperimentRunnerImpl(
this.afterTeardownDelay,
this.waitForResourcesEnabled
)
val from = Instant.now()
val from: Instant
try {
benchmarkDeployment.setup()
from = Instant.now()
this.waitAndLog()
if (mode == ExecutionModes.OPERATOR.value) {
eventCreator.createEvent(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment