github bojand/ghz v0.42.0

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

Highlights

Duration stop behavior #135

Addresses #121 .

Adds duration-stop option that specifies how to handle in-flight requests when duration specified using duration option is reached. Options are close, wait, and ignore. close will cause the connections to close immediately, and any requests that have yet to complete will likely error out and be reported with transport is closing error. wait will make all active requests to be completed and reported. These requests still have the regular request timeout constraint. Finally, ignore option is similar to close that the connections are terminated immediately, however any in-flight requests that complete are completely ignored in the reporting.

Changelog

bed393e Add Refresh certs GitHub Action
e1f2e23 Add builg github workflow
0f2abf2 Bump eslint-utils from 1.3.1 to 1.4.2 in /web/ui
7c1e4c7 Bump mixin-deep from 1.3.1 to 1.3.2 in /www/website
3f29f34 Bump safer-eval from 1.3.3 to 1.3.5 in /web/ui
f65fd0e Duration stop action (#135)
5fa71d8 Eliminate type assertion by assigning it to a variable
dd47c28 Fix double words: use use to use
f93fd1f Fix typo: programatically to programmatically
75270cc Merge branch 'master' of https://github.com/bojand/ghz
9cd54a4 Merge pull request #122 from bojand/dependabot/npm_and_yarn/web/ui/eslint-utils-1.4.2
aec745f Merge pull request #124 from bojand/dependabot/npm_and_yarn/www/website/mixin-deep-1.3.2
63a7e5e Merge pull request #129 from kenju/enum
ba7f029 Merge pull request #130 from arinto/fix-output-bug
5689b36 Merge pull request #131 from arinto/fix-ci-build
d59a589 Merge pull request #132 from arinto/fix-typo-2
6a04fef Merge pull request #133 from bojand/remove_circleci
f3e779b Merge pull request #134 from bojand/dependabot/npm_and_yarn/web/ui/safer-eval-1.3.5
4e8f419 Remove CircleCI and add GitHub Action badge
5008c30 Skip client TLS verification
d4951eb Try to fix golangci-lint error
d28c5ed Update certs
ee7f2ec Update github actions links
59fcef7 Update www dep
ec5152c Use print instead of printf to fix #126
2b82f5e add supported format to printer.Print
fee785a fix debug prints. update certs.
eaaa95d remove space in certs github action
7c885d7 update certs

Don't miss a new ghz release

NewReleases is sending notifications on new releases.