Skip to content

Commit

Permalink
Merge pull request #709 from davedotdev/remove_cheat_bench_no_queue
Browse files Browse the repository at this point in the history
Removed --no-queue option from /cli/cheats/bench.md because it's not …
  • Loading branch information
ripienaar committed Mar 13, 2023
2 parents 724bb8b + 8911a47 commit 0d8f405
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/cheats/bench.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# benchmark core nats publish and subscribe with 10 publishers and subscribers
nats bench testsubject --pub 10 --sub 10 --msgs 10000 --size 512

# benchmark core nats request-reply without subscribers using a queue
nats bench testsubject --pub 1 --sub 1 --msgs 10000 --no-queue

# benchmark core nats request-reply with queuing
nats bench testsubject --sub 4 --reply
nats bench testsubject --pub 4 --request --msgs 20000
Expand Down

0 comments on commit 0d8f405

Please sign in to comment.