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

Fix duplicate file ending of demand.csv file

parent 59138247
No related branches found
No related tags found
No related merge requests found
Pipeline #6030 passed
...@@ -139,7 +139,7 @@ class TheodoliteExecutor( ...@@ -139,7 +139,7 @@ class TheodoliteExecutor(
) )
// Create expXYZ_demand.csv file // Create expXYZ_demand.csv file
ioHandler.writeToCSVFile( ioHandler.writeToCSVFile(
"${resultsFolder}exp${this.config.executionId}_demand.csv", "${resultsFolder}exp${this.config.executionId}_demand",
calculateDemandMetric(config.loads, config.compositeStrategy.benchmarkExecutor.results), calculateDemandMetric(config.loads, config.compositeStrategy.benchmarkExecutor.results),
listOf("load","resources") listOf("load","resources")
) )
......
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