Documentation
¶
Overview ¶
Package cmd the package implementing all of cli interface of k6
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
lib.Options
Out []string `json:"out" envconfig:"K6_OUT"`
Linger null.Bool `json:"linger" envconfig:"K6_LINGER"`
NoUsageReport null.Bool `json:"noUsageReport" envconfig:"K6_NO_USAGE_REPORT"`
// TODO: deprecate
Collectors map[string]json.RawMessage `json:"collectors"`
}
Config ...
type RawFormatter ¶
type RawFormatter struct{}
RawFormatter it does nothing with the message just prints it
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
integration_tests
|
|
|
testmodules/events
Package events implements setInterval, setTimeout and co.
|
Package events implements setInterval, setTimeout and co. |
Click to show internal directories.
Click to hide internal directories.