-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bombardier: update simplebenchserver and switch from fasthttp.HostCli…
…ent to fasthttp.Client fasthttp's Client, HostClient behave slightly differently, but all the tests still pass and requests generated seem to be correct. cmd/utils/simplebenchserver now has --std-http mode in which it uses HTTP server provided by standard library's net/http package. Might help with unexpected behaviour encountered in #75.
- Loading branch information
1 parent
4a9acba
commit 95c11e5
Showing
2 changed files
with
37 additions
and
24 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
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