Skip to content
Snippets Groups Projects
Commit 158aad8a authored by Lorenz Boguhn's avatar Lorenz Boguhn Committed by Lorenz Boguhn
Browse files

Fix evaluate to use exucutionDuration

parent 5891aa2e
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!92Introduce experiment evaluation,!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