There was an error while loading. Please reload this page.
1 parent 305371b commit 04686b8Copy full SHA for 04686b8
1 file changed
lib/core/common.py
@@ -2116,7 +2116,7 @@ def wasLastRequestDelayed():
2116
deviation = stdev(kb.responseTimes)
2117
threadData = getCurrentThreadData()
2118
2119
- if deviation:
+ if deviation and not conf.direct:
2120
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
2121
warnMsg = "time-based standard deviation method used on a model "
2122
warnMsg += "with less than %d response times" % MIN_TIME_RESPONSES
0 commit comments