Documentation
¶
Overview ¶
package test contains utility functions used by tests/benchmarks in various packages
Index ¶
- func ContainsMKey(list []schema.MKey, subject schema.MKey) bool
- func GetAMKey(suffix int) schema.AMKey
- func GetMKey(suffix int) schema.MKey
- func KeyToInt(key schema.MKey) int
- func MustMKeyFromString(id string) schema.MKey
- func NewContext() context.Context
- func Path(dst string) string
- func RandFloats(size int) ([]schema.Point, uint32)
- func RandFloats100() ([]schema.Point, uint32)
- func RandFloats10k() ([]schema.Point, uint32)
- func RandFloats1M() ([]schema.Point, uint32)
- func RandFloatsWithNulls(size int) ([]schema.Point, uint32)
- func RandFloatsWithNulls100() ([]schema.Point, uint32)
- func RandFloatsWithNulls10k() ([]schema.Point, uint32)
- func RandFloatsWithNulls1M() ([]schema.Point, uint32)
- func ShouldContainMKey(actual interface{}, expected ...interface{}) string
- type DataFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustMKeyFromString ¶
func NewContext ¶
NewContext returns a context holding a tracing span
func Path ¶
path takes a relative path within the metrictank repository and returns the full absolute filepath, assuming metrictank repo is in the first directory specified in GOPATH
func RandFloats100 ¶
func RandFloats10k ¶
func RandFloats1M ¶
func RandFloatsWithNulls100 ¶
func RandFloatsWithNulls10k ¶
func RandFloatsWithNulls1M ¶
func ShouldContainMKey ¶
func ShouldContainMKey(actual interface{}, expected ...interface{}) string
Types ¶
Click to show internal directories.
Click to hide internal directories.