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

Merge branch 'bugfix-from-parameter' into 'master'

Bugfix from parameter

See merge request !277
parents 37916bb6 814ee478
No related branches found
No related tags found
1 merge request!277Bugfix from parameter
Pipeline #8489 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.
Please register or to comment