MCPcopy 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
71func (c *config) checkOrSetDefaultTestType() {
72 if c.testType() == none {
73 c.duration = &defaultTestDuration
74 }
75}
76
77func (c *config) testType() testTyp {
78 typ := none

Callers 1

checkArgsMethod · 0.95

Calls 1

testTypeMethod · 0.95

Tested by

no test coverage detected