Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
Click to show internal directories.
Click to hide internal directories.