Releases: bojand/ghz
v0.23.0
v0.22.0
v0.21.0
v0.20.0
Changelog
066f4a6 [skip ci] update en.json
9e7c091 [skip ci] update goreleaser file
235526c change average so it includes failed requests as this is a more accurate measurement
115ba93 improve report and output documentation
01aeaad precompute requests per worker and qps tick. improve qps documentation
v0.19.0
Changelog
- Improve the package library API and use functional options. Fixes #34 .
- Add documentation for API. #3
- Add website docs
35b77ad Rewrite (#49)
473d546 [skip ci] Add os.Exit
f927243 [skip ci] Fix example
9b7f6cb [skip ci] Fix example
d9ca923 [skip ci] Fix example
504c978 [skip ci] Update reamde
cd4ffe7 [skip ci] add sample HTML output to website and fix some links
67f58b5 [skip ci] en.json
b56479d [skip ci] fix godoc
cd69b40 [skip ci] fix sample link
67c273a [skip ci] goreleaser test
8808950 [skip ci] goreleaser test
e634656 [skip ci] goreleaser test
6aaf41c [skip ci] goreleaser test
cd1bbd7 [skip ci] goreleaser test
f6a376b [skip ci] goreleaser test
37f1ad3 [skip ci] improve documentation and add example
v0.18.0
v0.17.0
Changelog
846038c Add -insecure to first example to demonstraty the need for flag when testing or not using secure connections
63fb284 Merge pull request #46 from nlohmann/master
f9cd9c7 fixed typo
941fdab Merge branch 'master' of https://github.com/bojand/ghz
717c13d Fix timeout spelling
9d49175 Fix spelling in readme
v0.16.0
v0.15.0
v0.14.0
Highlights
Add support for binary data input. Addresses #22.
Added two new options:
-b The call data comes as serialized binary message read from stdin.
-B Path for the call data as serialized binary message.
Example usage:
ghz -proto ./greeter.proto -call helloworld.Greeter.SayHello -B ./hello_request_data.bin 0.0.0.0:50051
Or using binary from stdin:
ghz -proto ./greeter.proto -call helloworld.Greeter.SayHello -b 0.0.0.0:50051 < ./hello_request_data.bin
Changelog
f979538 Merge pull request #33 from bojand/bindata
a844463 binary stdin usage
d35edb7 add bin data usage
2d13048 bin data fixes
43efde4 tests for binary message support and readme
98ea130 initial support for binary data
31f8919 update test certs
553db67 remove orig file
84e6ea0 Merge pull request #30 from kenju/fix-readme
e5bffb3 fix README for influx-details options