Skip to content

Releases: bojand/ghz

v0.31.0

24 Feb 01:41
Compare
Choose a tag to compare

Changelog

9005ad2 Get ghz compliant with errcheck
645ad20 Merge pull request #71 from peter-edge/linting
7cd212e Swallow RPC errors as they are handled by stats handler and reported in reports

v0.30.0

05 Feb 01:42
063c563
Compare
Choose a tag to compare

Changelog

063c563 Add reflection support (#68)

Now if -proto or -protoset are not specified, we default to server reflection and try to get the method details from server using a reflection request. Optionally -rmd can be used to specify metadata as stringified JSON used only for reflection request.

Example:

ghz -insecure \
    -rmd '{"token": "foobar"}' \
    -call "helloworld.Greeter.SayHello" \
    -d '{"name": "Bob Smith"}' \
    0.0.0.0:50051

v0.29.0

01 Feb 16:27
Compare
Choose a tag to compare

Changelog

0215b2c Add Makefile for development (#67)
320fbde Fix documentation on method name and add additional parsing safety checks
ef3c7c0 Merge pull request #66 from peter-edge/parse-service-method

v0.28.0

27 Jan 02:25
2320a4c
Compare
Choose a tag to compare

Changelog

2320a4c Add stream interval (#58)

v0.27.0

24 Jan 00:11
Compare
Choose a tag to compare

Changelog

46ce0a5 Improve duration formatting in summary and html outputs
26d8205 Fix ingest status. Fix compile CGO compile issue. Improve HTML output

v0.26.0

23 Jan 14:28
Compare
Choose a tag to compare

Changelog

4035d19 TLS fix: actually pass all the security settings into config from CLI arguments

v0.25.0

23 Jan 13:01
Compare
Choose a tag to compare

Changelog

3f7e9ee Fix TLS credential options (#56)
aa81533 Merge branch 'master' of https://github.com/bojand/ghz

v0.24.0

22 Jan 01:22
Compare
Choose a tag to compare

Changelog

Improve Influx data output. Fixes #54.

v0.23.0

19 Jan 01:43
Compare
Choose a tag to compare

Changelog

Add complementary web application to save, track and view test results.
No changes to ghz CLI.

v0.22.0

28 Dec 18:28
755fbbe
Compare
Choose a tag to compare

Changelog

c0ba25d Add option for user-defined tags
755fbbe Merge pull request #51 from bojand/user_tags
ca3ae35 [skip ci] update output docs