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( ...@@ -13,7 +13,7 @@ class TestBenchmarkExecutorImpl(
benchmark: Benchmark, benchmark: Benchmark,
results: Results, results: Results,
slo: BenchmarkExecution.Slo, slo: BenchmarkExecution.Slo,
prefix: Int executionId: Int
) : ) :
BenchmarkExecutor( BenchmarkExecutor(
benchmark, benchmark,
...@@ -21,7 +21,7 @@ class TestBenchmarkExecutorImpl( ...@@ -21,7 +21,7 @@ class TestBenchmarkExecutorImpl(
executionDuration = Duration.ofSeconds(1), executionDuration = Duration.ofSeconds(1),
configurationOverrides = emptyList(), configurationOverrides = emptyList(),
slo = slo, slo = slo,
prefix = prefix executionId = executionId
) { ) {
override fun runExperiment(load: LoadDimension, res: Resource): Boolean { override fun runExperiment(load: LoadDimension, res: Resource): Boolean {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment