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
This commit is part of merge request !256. Comments created here will be created in the context of that merge request.
...@@ -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(
......
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