Skip to content
Snippets Groups Projects
Commit 2960ab97 authored by Britta Heymann's avatar Britta Heymann
Browse files

Save reports in a folder per seed

refs #494
parent 31a4475e
No related branches found
No related tags found
1 merge request!139WIP: Change how reports are saved with seeds
Pipeline #
...@@ -197,24 +197,24 @@ Report.reportDir = reports/ ...@@ -197,24 +197,24 @@ Report.reportDir = reports/
# length of the warm up period (simulated seconds) # length of the warm up period (simulated seconds)
Report.warmup = 0 Report.warmup = 0
Report.report1 = ImmediateMessageDelayReport Report.report1 = ImmediateMessageDelayReport
ImmediateMessageDelayReport.output = reports/%%Scenario.name%%_ImmediateMessageDelayReport_%%MovementModel.rngSeed%%.txt ImmediateMessageDelayReport.output = reports/%%MovementModel.rngSeed%%/%%Scenario.name%%_ImmediateMessageDelayReport.txt
Report.report2 = DeliveryProbabilityReport Report.report2 = DeliveryProbabilityReport
DeliveryProbabilityReport.output = reports/%%Scenario.name%%_DeliveryProbabilityReport_%%MovementModel.rngSeed%%.txt DeliveryProbabilityReport.output = reports/%%MovementModel.rngSeed%%/%%Scenario.name%%_DeliveryProbabilityReport.txt
Report.report3 = BroadcastDeliveryReport Report.report3 = BroadcastDeliveryReport
BroadcastDeliveryReport.output = reports/%%Scenario.name%%_BroadcastDeliveryReport_%%MovementModel.rngSeed%%.txt BroadcastDeliveryReport.output = reports/%%MovementModel.rngSeed%%/%%Scenario.name%%_BroadcastDeliveryReport.txt
Report.report4 = MulticastMessageDeliveryReport Report.report4 = MulticastMessageDeliveryReport
MulticastMessageDeliveryReport.output = reports/%%Scenario.name%%_MulticastMessageDeliveryReport_%%MovementModel.rngSeed%%.txt MulticastMessageDeliveryReport.output = reports/%%MovementModel.rngSeed%%/%%Scenario.name%%_MulticastMessageDeliveryReport.txt
Report.report5 = TrafficReport Report.report5 = TrafficReport
TrafficReport.output = reports/%%Scenario.name%%_TrafficReport_%%MovementModel.rngSeed%%.txt TrafficReport.output = reports/%%MovementModel.rngSeed%%/%%Scenario.name%%_TrafficReport.txt
Report.report6 = DataSyncReport Report.report6 = DataSyncReport
DataSyncReport.precision=2 DataSyncReport.precision=2
DataSyncReport.output = reports/%%Scenario.name%%_DataSyncReport_%%MovementModel.rngSeed%%.txt DataSyncReport.output = reports/%%MovementModel.rngSeed%%/%%Scenario.name%%_DataSyncReport.txt
Report.report7 = EnergyLevelReport Report.report7 = EnergyLevelReport
EnergyLevelReport.granularity = 600 EnergyLevelReport.granularity = 600
EnergyLevelReport.output = reports/%%Scenario.name%%_EnergyLevelReport_%%MovementModel.rngSeed%%.txt EnergyLevelReport.output = reports/%%MovementModel.rngSeed%%/%%Scenario.name%%_EnergyLevelReport.txt
Report.report8 = BufferOccupancyReport Report.report8 = BufferOccupancyReport
BufferOccupancyReport.occupancyInterval = 300 BufferOccupancyReport.occupancyInterval = 300
BufferOccupancyReport.output = reports/%%Scenario.name%%_BufferOccupancyReport_%%MovementModel.rngSeed%%.txt BufferOccupancyReport.output = reports/%%MovementModel.rngSeed%%/%%Scenario.name%%_BufferOccupancyReport.txt
## Optimization settings -- these affect the speed of the simulation ## Optimization settings -- these affect the speed of the simulation
## see World class for details. ## see World class for details.
......
  • Contributor

    SonarQube analysis reported no issues.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment