github bojand/ghz v0.47.0

latest releases: v0.117.0, v0.116.0, v0.115.0...
4 years ago

Changelog

Highlights

Enables debug logging to a file specified by the path. The debug logger outputs JSON line format. Use this only for debugging purposes.

ghz --insecure \
  --proto ./protos/greeter.proto \
  --call helloworld.Greeter.SayHello \
  -d '{"name":"Joe"}' -c 5 -n 50 -m '{"request-id":"{{.RequestNumber}}", "timestamp":"{{.TimestampUnix}}"}' \
  --debug ./logs/debug.json \
  0.0.0.0:50051

Changes

d4412e3 Bump serialize-to-js from 3.0.0 to 3.0.1 in /web/ui
a0031ed Debug logging (#154)
ec52e90 Fix up Makefile
baa5416 Merge pull request #148 from bojand/dependabot/npm_and_yarn/web/ui/serialize-to-js-3.0.1
f1a1161 Merge pull request #152 from timowang1991/patch-1
e3e0e66 Refresh certificates
9a6ba37 Refresh certificates
140581f fix --total option description

Don't miss a new ghz release

NewReleases is sending notifications on new releases.