Releases: BuoyantIO/strest-grpc
Releases · BuoyantIO/strest-grpc
0.0.9
0.0.8
- Introduce reference
ref-clientandref-serverfor quickly diagnosing gRPC proxy behavior. - Replace scratch with alpine for base Docker image which enables running a shell inside the image
- [client] Add the iteration number in client output
- [client] Fix client to throttle sends rather than receives
- [client] Add
--iterationsparameter to configure a budged for the experimet - Add config and instruction for running in Kubernetes
- Migrate to Go modules.
- [client] Add
--requestLengthPercentilesfor controlling the size of the request payload
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
- Add
strest-max-rps, a tool for determining the max RPS of a backend. - [client] Add
-totalTargetRpsto throttle requests to a fixed rate. - [client] Rename
-concurrencyto-connections - [client] Add
-streamsto configure per-connection concurrency - [client] Add
-tlsTrustChainFileto cause the client to establish and validate TLS connections. - [server] Add
-tlsCertFileand-tlsPrivKeyFile, which causes the server to accept TLS connections. - [client] Do not add latency by default.
- [client] Do not add response payloads by default.
0.0.2
- Add a configurable
-clientTimeoutflag - Add more info to the readme, including list of all available flags
- Fix prometheus stats reporting
- Fix unary request generator seg fault when request can't be sent
- Fix issue with partial intermediary reports not being printed
- Rename
-disableFinalReportflag to-noFinalReport - Rename
-onlyFinalReportflag to-noIntervalReport