mmmries / nats.ex_streaming

A NATS Streaming client for Elixir
3 stars 4 forks source link

get a basic benchmark up and running #1

Closed mmmries closed 5 years ago

mmmries commented 5 years ago

This just sets up an initial benchmark so we can check our system for bottlenecks

mmmries commented 5 years ago

Publishing with 16 concurrency publishers (~15k/sec)

Screen Shot 2019-06-01 at 2 37 22 PM

Subscribing/Acking messages (~7k/sec)

Screen Shot 2019-06-01 at 2 39 58 PM
mmmries commented 5 years ago

BTW this is a continuation of the work I aborted in the main gnat library here