make stats measurement delay configurable, take speedup into account

This commit is contained in:
Trolli Schmittlauch 2020-09-10 21:23:21 +02:00
parent 8f917130c4
commit 34ecdd66e1
3 changed files with 9 additions and 6 deletions

View file

@ -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)