suitepad-gmbh / pipette

Flow-Based Programming framework for Elixir
MIT License
21 stars 3 forks source link

Performance Tests #12

Open Rio517 opened 6 years ago

Rio517 commented 6 years ago

Potentially, pull in work that @Overbryd has done on his own...

Test minimal/maximal buffer sizes, congestion

theharq commented 6 years ago

We found two key findings:

At these rates, we see the need for testing recipes individually, but we won't expect any adverse effects in production, with the projected message volume of around ~2000 messages / second. We are far below that limit, and have a sufficient head room to scale any application within.

/signed @Overbryd @theharq

Rio517 commented 6 years ago

How can these tests be reproduced by others?