bender
bender copied to clipboard
An easy-to-use library for creating load testing applications
nclient4 will be maintained; async is deprecated. The same will go for nclient6, once I fix it so it can be used here. (Noticed a deficiency while porting...)
The `github.com/mdlayher/eui64` package used in `./dhcpv6/dhcpv6.go` has been relocated to `github.com/mdlayher/netx/eui64`. Without this fix, bender and any libraries that depend on it cannot easily be installed successfully.
Hello. :wave: Looking to try using bender for gRPC services. Are there any plans to add executors for gRPC any time soon?
I use thrift for go language to test High concurrency,but only support less than 1000 goroutines ,when bigger,it will report "getsockopt: connection timed out",how i can do to resolve it...
The bender library came out before most of the major improvements to the Go GC algorithms, and it is likely to perform a lot better with those improvements. It would...
The API for bender was created before the API for jbender (see https://github.com/pinterest/jbender). The API for jbender is more elegant and requires a LOT less memory allocations in the main...
Duration should be measured using monotonic clocks, this can be done by using standard `time.Time` and `time.Duration` instead of storing `int64` unix epoch times. https://golang.org/pkg/time/#hdr-Monotonic_Clocks
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...