diff options
Diffstat (limited to 'attack_options.go')
| -rw-r--r-- | attack_options.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/attack_options.go b/attack_options.go index 417071b..60f5d5a 100644 --- a/attack_options.go +++ b/attack_options.go @@ -9,6 +9,7 @@ import ( vegeta "github.com/tsenart/vegeta/v12/lib" ) +// AttackOptions define the options for attacking HTTP endpoint. type AttackOptions struct { // Duration define the duration for each attack to be executed, // in seconds. |
