Versions in this module Expand all Collapse all v0 v0.3.0 Aug 11, 2023 v0.2.0 Aug 10, 2023 Changes in this version + type Blast struct + func New(opts *options.Options) *Blast + func (b *Blast) Client() (_ *ensign.Client, err error) + func (b *Blast) Close() + func (b *Blast) Prepare(ctx context.Context) (err error) + func (b *Blast) Results() (benchmarks.Metrics, error) + func (b *Blast) Run(ctx context.Context) (err error) + type EventFactory func() *api.EventWrapper + func MakeEventFactory(size int, topicID ulid.ULID) EventFactory