mtmk / swift-nats-experimental

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swift-nats-experimental

How to run the benchmarks:

  1. Run nats-server on one terminal
nats-server
  1. Start nats benchmark subscription on another terminal
nats bench x --sub 1 --msgs 100000
  1. Run the example
swift run -c release example
  1. Compare to nats bench itself (essentially the Go client)
nats bench x --pub 1 --msgs 100000

About

License:MIT License


Languages

Language:Swift 100.0%