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

Increse benchmark load

parent f2d671ca
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!78Resolve "Implement Quarkus/Kotlin protype"
......@@ -46,7 +46,7 @@ class TheodoliteExecutor() {
val searchStrategy = LinearSearch(executor)
return Config(
loads = (1..6).map { number -> LoadDimension(number) },
loads = listOf(5000, 10000).map { number -> LoadDimension(number) },
resources = (1..6).map { number -> Resource(number) },
compositeStrategy = CompositeStrategy(
executor,
......
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