You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the nats bench subcommand mostly seems useful for benchmarking NATS itself. This change would extend it to be more useful for benchmarking applications built on NATS.
Contribution
I would be willing to implement this
The text was updated successfully, but these errors were encountered:
Actually --payload is better than --force-stdin as the nats bench command doesn't expect a payload as a command argument (like the pub and req commands do).
Proposed change
--payload="./file_input"
and-H
/--header="K:V"
arguments forbench
subcommands that publish messages, like:And maybe others
Use case
Right now the
nats bench
subcommand mostly seems useful for benchmarking NATS itself. This change would extend it to be more useful for benchmarking applications built on NATS.Contribution
I would be willing to implement this
The text was updated successfully, but these errors were encountered: