experiment

package
v74.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2017 License: Apache-2.0, BSD-3-Clause, MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Experiment

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

func NewExperiment

func NewExperiment(reader MessageReader) *Experiment

func (*Experiment) AddWriteStrategy

func (e *Experiment) AddWriteStrategy(strategy WriteStrategy)

func (*Experiment) Start

func (e *Experiment) Start()

func (*Experiment) Stop

func (e *Experiment) Stop()

func (*Experiment) Warmup

func (e *Experiment) Warmup()

type MessageReader

type MessageReader interface {
	Read()
	Close()
}

type WriteStrategy

type WriteStrategy interface {
	StartWriter()
	Stop()
}

Jump to

Keyboard shortcuts

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