Skip to content
Snippets Groups Projects

Fix path for saving configuration files

Merged Benedikt Wetzel requested to merge wetzel/spesb:fix-path into theodolite-kotlin
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading