Documentation ¶ Index ¶ func New(exec executor.Executor, config Config) executor.Launcher type Config func DefaultL1iConfig() Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(exec executor.Executor, config Config) executor.Launcher New is a constructor for l1i aggressor. Types ¶ type Config ¶ type Config struct { Path string // Intensity means level(in range <1;20>) of L1 load. Intensity int // Iteration means how many L1 load should be executed. Iterations int } Config is a struct for l1i aggressor configuration. func DefaultL1iConfig ¶ func DefaultL1iConfig() Config DefaultL1iConfig is a constructor for l1i aggressor Config with default parameters. Source Files ¶ l1instruction.go Click to show internal directories. Click to hide internal directories.