Skip to content
Snippets Groups Projects
Commit 332a6055 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Fix evaluate to use exucutionDuration

parent 2adc3612
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!96Handle shutdown,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -24,7 +24,7 @@ class BenchmarkExecutorImpl(
// todo evaluate
val result = SLOCheckerImpl("http://localhost:32656")
.evaluate( //TODO FIX HERE
Instant.now().toEpochMilli() - 3600 * 2000, //executionDuration.toMillis(),
Instant.now().toEpochMilli() - executionDuration.toMillis(),
Instant.now().toEpochMilli()
)
this.results.setResult(Pair(load, res), result)
......
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