Skip to content
Snippets Groups Projects

Fix casting to int in SLO-Generic

Merged Benedikt Wetzel requested to merge wetzel/spesb:bugfix-to-int-cast-in-slo-gneric into master
All threads resolved!
@@ -88,10 +88,12 @@ class BenchmarkExecutorImpl(
this.loadGenerationDelay,
this.afterTeardownDelay
)
val from = Instant.now()
val from: Instant
try {
benchmarkDeployment.setup()
from = Instant.now()
this.waitAndLog()
if (mode == ExecutionModes.OPERATOR.value) {
eventCreator.createEvent(
Loading