Skip to content

Commit

Permalink
Add optional HTTP comparison (#153)
Browse files Browse the repository at this point in the history
* feat(testplan): add http comparison

* feat(testplan): add configuration & response timing

Add configuration for memory buffering and disabling unlimited options, also add timing of responses

Co-authored-by: acruikshank <[email protected]>
  • Loading branch information
hannahhoward and acruikshank authored Mar 2, 2021
1 parent 688dcf3 commit fcb8c29
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 35 deletions.
1 change: 1 addition & 0 deletions testplans/graphsync/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ require (
github.com/libp2p/go-libp2p-secio v0.2.2
github.com/libp2p/go-libp2p-tls v0.1.3
github.com/libp2p/go-sockaddr v0.1.0 // indirect
github.com/multiformats/go-multiaddr v0.3.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/testground/sdk-go v0.2.7-0.20201112151952-8ee00c80c3ec
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
Expand Down
Loading

0 comments on commit fcb8c29

Please sign in to comment.