forked from tsenart/vegeta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add URL and Method to Result struct (tsenart#438)
This change set makes vegeta capture the URL and Method of a Target that's been hit in the Result. Fixes tsenart#437
- Loading branch information
Showing
4 changed files
with
111 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module github.com/tsenart/vegeta | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/alecthomas/jsonschema v0.0.0-20180308105923-f2c93856175a | ||
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b | ||
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae | ||
github.com/dgryski/go-gk v0.0.0-20140819190930-201884a44051 | ||
github.com/dgryski/go-lttb v0.0.0-20180810165845-318fcdf10a77 | ||
github.com/google/go-cmp v0.2.0 | ||
github.com/influxdata/tdigest v0.0.0-20180711151920-a7d76c6f093a | ||
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 | ||
github.com/miekg/dns v1.1.17 | ||
github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 | ||
github.com/shurcooL/vfsgen v0.0.0-20180711163814-62bca832be04 | ||
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 | ||
github.com/tsenart/go-tsz v0.0.0-20180814232043-cdeb9e1e981e | ||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 | ||
golang.org/x/text v0.3.2 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.