dotnet / crank

Benchmarking infrastructure for applications
MIT License
975 stars 103 forks source link

[Question] How to benchmark application with multiple apis and authentications? #683

Open ks1990cn opened 8 months ago

ks1990cn commented 8 months ago

Hi,

I want to understand how I can benchmark performance of any architecture of small application? Application consider 3-5 Apis, FrontEnd, Api Gateway, Message Bus, WebHooks etc with JWT authentications across APIs.

What approach should I prefer to benchmark in this case?

Thanks.