Skip to content
Snippets Groups Projects

Bugfix from parameter

Merged Benedikt Wetzel requested to merge wetzel/spesb:bugfix-from-parameter into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -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(
Loading