Versions in this module Expand all Collapse all v0 v0.1.3 Nov 3, 2017 Changes in this version + type Config struct + Pools []InstancePoolConfig + type Engine struct + func New(log *zap.Logger, m Metrics, conf Config) *Engine + func (e *Engine) Run(ctx context.Context) error + func (e *Engine) Wait() + type InstancePoolConfig struct + Aggregator core.Aggregator + Id string + NewGun func() (core.Gun, error) + NewRPSSchedule func() (core.Schedule, error) + Provider core.Provider + RPSPerInstance bool + StartupSchedule core.Schedule + type Metrics struct + InstanceFinish *monitoring.Counter + InstanceStart *monitoring.Counter + Request *monitoring.Counter + Response *monitoring.Counter