Skip to content
Snippets Groups Projects
Commit 814ee478 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

bugfix set from parameter after setup is done

parent 37916bb6
No related branches found
No related tags found
1 merge request!277Bugfix from parameter
Pipeline #8485 passed
...@@ -88,10 +88,12 @@ class BenchmarkExecutorImpl( ...@@ -88,10 +88,12 @@ class BenchmarkExecutorImpl(
this.loadGenerationDelay, this.loadGenerationDelay,
this.afterTeardownDelay this.afterTeardownDelay
) )
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