Skip to content
Snippets Groups Projects
Commit 388128ff authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

fix path for saving config

parent fc153c62
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!136Fix path for saving configuration files,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
This commit is part of merge request !136. Comments created here will be created in the context of that merge request.
......@@ -128,7 +128,7 @@ class TheodoliteExecutor(
fun run() {
val resultsFolder = getResultFolderString()
storeAsFile(this.config, "$resultsFolder${this.config.executionId}-execution-configuration")
storeAsFile(kubernetesBenchmark, "$resultsFolder/${this.config.executionId}-benchmark-configuration")
storeAsFile(kubernetesBenchmark, "$resultsFolder${this.config.executionId}-benchmark-configuration")
val config = buildConfig()
// execute benchmarks for each load
......
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