Skip to content

Commit

Permalink
Support HTTP2 option
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham14bajpai committed Oct 7, 2020
1 parent fd4e04b commit d40b500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attacker/attacker.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func Attack(ctx context.Context, target string, resCh chan *Result, metricsCh ch
vegeta.MaxBody(opts.MaxBody),
vegeta.Connections(opts.Connections),
vegeta.KeepAlive(opts.KeepAlive),
vegeta.HTTP2(true),
)
}

Expand Down

0 comments on commit d40b500

Please sign in to comment.