We have released nghttp2 v1.26.0.
h2load
Soham Sinha added timing-based load-testing in h2load. This new
method performs load-testing in terms of a given duration instead of a
pre-defined number of requests. The new option --duration
specifies
how long the load-testing takes. For example, --duration=10
makes
h2load perform load-testing against a server for 10 seconds. You can
also specify a “warming-up” period with --warm-up-time
. If
--duration
is used, -n
option is ignored.