jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
878 stars 43 forks source link

Load test subscriptions #92

Closed jacobobryant closed 2 years ago

jacobobryant commented 3 years ago

Most of Biff is just helper fns over mature libraries. The main exception is the subscription code. From a computational complexity perspective, I think it's pretty efficient. But it'd be nice to be able to say "it's been tested with X concurrent users and Y TPS with results Z". Doesn't need to be comprehensive; something would be better than nothing.

IMO not a super high priority at this stage, but if someone who's done load testing before wants to take care of it, that'd be swell.

jacobobryant commented 2 years ago

New version of Biff removes the experimental subscription stuff.