Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// DisableExecutionTracing disables execution tracing for the test app. By
// default we configure non-stop execution tracing for the test apps unless
// a DD_PROFILING_EXECUTION_TRACE_PERIOD env is set or this option is true.
DisableExecutionTracing bool
// contains filtered or unexported fields
}
Config is the configuration for a test app used by RunHTTP.
Directories
¶
| Path | Synopsis |
|---|---|
|
gc-overhead implements a http service that demonstrates high GC overhead.
|
gc-overhead implements a http service that demonstrates high GC overhead. |
|
memory-leak implements a http service that provides endpoints that can leak memory in various interesting ways.
|
memory-leak implements a http service that provides endpoints that can leak memory in various interesting ways. |
|
worker-pool-bottleneck implements a http service that demonstrates a worker pool bottleneck.
|
worker-pool-bottleneck implements a http service that demonstrates a worker pool bottleneck. |
Click to show internal directories.
Click to hide internal directories.