mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 14:59:38 +08:00
feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on)
This commit is contained in:
@@ -42,6 +42,10 @@ func (r *SessionRunner) GetConfig() *TConfig {
|
||||
return r.parsedConfig
|
||||
}
|
||||
|
||||
func (r *SessionRunner) HTTPStatOn() bool {
|
||||
return r.hrpRunner.httpStatOn
|
||||
}
|
||||
|
||||
func (r *SessionRunner) LogOn() bool {
|
||||
return r.hrpRunner.requestsLogOn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user