Versions in this module Expand all Collapse all v0 v0.2.1 Jun 26, 2026 Changes in this version type StressOptions + ExecRSSGrowthOverride int64 v0.2.0 Jun 22, 2026 Changes in this version + type Config struct + Debug bool + Env map[string]string + FormatMounts bool + ShimBinary string + type ExecSuite struct + func NewExecSuite(cfg Config) *ExecSuite + func (s *ExecSuite) Bench(b *testing.B) + func (s *ExecSuite) Run(t *testing.T) + type LayersSuite struct + func NewLayersSuite(cfg Config) *LayersSuite + func (s *LayersSuite) Bench(b *testing.B) + func (s *LayersSuite) Run(t *testing.T) + type OOMSuite struct + func NewOOMSuite(cfg Config) *OOMSuite + func (s *OOMSuite) Run(t *testing.T) + type RunSuite struct + func NewRunSuite(cfg Config) *RunSuite + func (s *RunSuite) Bench(b *testing.B) + func (s *RunSuite) Run(t *testing.T) + type StressOptions struct + Transfer bool + type StressSuite struct + func NewStressSuite(cfg Config, options StressOptions) *StressSuite + func (s *StressSuite) Run(t *testing.T) + type TransferSuite struct + func NewTransferSuite(cfg Config) *TransferSuite + func (s *TransferSuite) Fuzz(f *testing.F) + func (s *TransferSuite) Run(t *testing.T) + type UDSSuite struct + func NewUDSSuite(cfg Config) *UDSSuite + func (s *UDSSuite) Bench(b *testing.B) + func (s *UDSSuite) Run(t *testing.T)