Hello Folks!! Currently evaluating some options for the company (supertokens is one of them) that I am working on and trying to find some performance benchmarks and documents about it. Does anyone have a link handy to check that? Could not find anything so far here or in the site.
r
rp_st
05/01/2024, 7:11 AM
hey @ric4921
rp_st
05/01/2024, 7:14 AM
Here is a p99 graph of reponse times with a consistent 350-600 rps. In general, the supertokens core is stateless and horizontally scalable, so adding more core istances to this setup would further improve performance.
Here we have added 6 core instances, each running on a t3.small instance.
Furthermore, these are only API calls to sign in / sign up, session refresh etc. The most common auth related operation in your app is session verification, which is completely stateless and doesn't requires querying the supertokens core instance. So the latency for that is just a few milliseconds.
r
ric4921
05/01/2024, 4:59 PM
Hey is there some public place where can I read more about what was done for this test?
r
rp_st
05/01/2024, 7:17 PM
We don't have anything public written about it, but this is from live user data from one of our customers.
rp_st
05/01/2024, 7:17 PM
So by that, it is actually more accurate than any test.
a
Adiboi
05/04/2024, 6:55 PM
Hi Ric, Happy to setup a call and give you some more information about latency and performance.
DM'ing you now
Edit: DM could not be delivered. Could you please drop us an email on team@supertokens.com
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).