loadspec

package
v0.0.0-...-12b6520 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2018 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "loadspec",
	Short: "Generates loadspecs for esperf",
	Run: func(cmd *cobra.Command, args []string) {
		cmd.HelpFunc()(cmd, args)
	},
}

Functions

This section is empty.

Types

type Const

type Const struct {
	// contains filtered or unexported fields
}

Generates a stream of inter-arrival times following a constant number of queries per second.

func (*Const) Next

func (g *Const) Next() int64

type Poisson

type Poisson struct {
	// contains filtered or unexported fields
}

Generates an sequence of inter-arrival times following the Poisson distribution.

func (*Poisson) Next

func (p *Poisson) Next() int64

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL