Skip to content

Commit 04686b8

Browse files
committed
minor update
1 parent 305371b commit 04686b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ def wasLastRequestDelayed():
21162116
deviation = stdev(kb.responseTimes)
21172117
threadData = getCurrentThreadData()
21182118

2119-
if deviation:
2119+
if deviation and not conf.direct:
21202120
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
21212121
warnMsg = "time-based standard deviation method used on a model "
21222122
warnMsg += "with less than %d response times" % MIN_TIME_RESPONSES

0 commit comments

Comments
 (0)