make stats measurement delay configurable, take speedup into account
This commit is contained in:
parent
8f917130c4
commit
34ecdd66e1
3 changed files with 9 additions and 6 deletions
|
@ -73,6 +73,8 @@ readConfig = do
|
|||
, confServicePort = read servicePortString
|
||||
, confServiceHost = confDomainString
|
||||
, confLogfilePath = "../simulationData/logs/" <> confDomainString <> ".log"
|
||||
, confSpeedupFactor = speedup
|
||||
, confStatsEvalDelay = 35 * 10^6 `div` speedup
|
||||
}
|
||||
pure (fConf, sConf)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue