Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codesenberg/bombardier
/ checkOrSetDefaultTestType
Method
checkOrSetDefaultTestType
config.go:71–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
func
(c *config) checkOrSetDefaultTestType() {
72
if
c.testType() == none {
73
c.duration = &defaultTestDuration
74
}
75
}
76
77
func
(c *config) testType() testTyp {
78
typ := none
Callers
1
checkArgs
Method · 0.95
Calls
1
testType
Method · 0.95
Tested by
no test coverage detected