Documentation
¶
Index ¶
Constants ¶
View Source
const (
DescriptionFile = "description.txt"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Global ¶
type Global struct { Provider provider.FaasProvider Stacks *Stacks Logger *zap.Logger Debug bool // contains filtered or unexported fields }
func NewGlobalConfig ¶
type Http ¶
type Http struct { SleepTime time.Duration `json:"sleepTime"` Hook syncedtrace.TraceHookType `json:"hook"` QueryParams *url.Values `json:"queryParams"` Headers *http.Header `json:"headers"` Duration time.Duration `json:"duration"` RequestDelay time.Duration `json:"requestDelay"` ConcurrencyLimit uint64 `json:"concurrencyLimit"` Body *[]byte `json:"body"` TestType string `json:"testType"` ConcurrentGraph *httpbench.ConcurrentGraph `json:"concurrentGraph"` HitsGraph *httpbench.HitsGraph `json:"hitsGraph"` }
type HttpFunction ¶
Click to show internal directories.
Click to hide internal directories.