Skip to content
Snippets Groups Projects
Commit 4fbbd147 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'fix-path' into 'theodolite-kotlin'

Fix path for saving configuration files

See merge request !136
parents fc153c62 388128ff
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
Pipeline #2964 canceled
...@@ -128,7 +128,7 @@ class TheodoliteExecutor( ...@@ -128,7 +128,7 @@ class TheodoliteExecutor(
fun run() { fun run() {
val resultsFolder = getResultFolderString() val resultsFolder = getResultFolderString()
storeAsFile(this.config, "$resultsFolder${this.config.executionId}-execution-configuration") 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() val config = buildConfig()
// execute benchmarks for each load // 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