aboutsummaryrefslogtreecommitdiff
path: root/attack_options.go
diff options
context:
space:
mode:
Diffstat (limited to 'attack_options.go')
-rw-r--r--attack_options.go1
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.