yarpc / yab

Call and benchmark YARPC services from the command line.
MIT License
85 stars 33 forks source link

Feature request: option to disable output of stream to stdout #410

Open chrisirhc opened 1 year ago

chrisirhc commented 1 year ago

When trying to benchmark a stream, if the stream returns a large amount of data, it would be near impossible to see the benchmark output and renders benchmarking useless.

Suggestion: either support an --output-file output file option for the output of the request/stream or something like a --no-response which hides the response and just returns the benchmark.