nats-io / nats-box

A container with NATS utilities
Apache License 2.0
116 stars 34 forks source link

add nats-bench to the nats-box #19

Closed arturrez closed 3 years ago

arturrez commented 3 years ago

please add nats-bench to nats-box

have to build it myself and copy over

wallyqs commented 3 years ago

You can find it as part of the nats tool here:

docker run -it natsio/nats-box:latest
808b9b51a6b9:~# nats bench foo
arturrez commented 3 years ago

thank you.