Versions in this module Expand all Collapse all v1 v1.0.1 Nov 16, 2017 v1.0.0 Sep 27, 2017 Changes in this version + var ErrStopped = errors.New("plan stopped") + type DoFunc func(data *record.Person, rid idgen.Generator, rnd *rand.Rand) bool + type Plan struct + func New(opsMax uint64, paddingSize uint64) *Plan + func (p *Plan) Add(name string, f DoFunc) + func (p *Plan) Run(workers uint64, statusW io.Writer) []Result + func (p *Plan) SetIDGenerator(id idgen.GeneratorSource) + func (p *Plan) Stop() + type Result struct + Histogram *dstats.Histogram + Name string