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

Fix test

parent 11bce213
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!111Add prefix to output files to link results and experiment,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -13,7 +13,7 @@ class TestBenchmarkExecutorImpl(
benchmark: Benchmark,
results: Results,
slo: BenchmarkExecution.Slo,
prefix: Int
executionId: Int
) :
BenchmarkExecutor(
benchmark,
......@@ -21,7 +21,7 @@ class TestBenchmarkExecutorImpl(
executionDuration = Duration.ofSeconds(1),
configurationOverrides = emptyList(),
slo = slo,
prefix = prefix
executionId = executionId
) {
override fun runExperiment(load: LoadDimension, res: Resource): Boolean {
......
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