dexidp / dex

OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
https://dexidp.io
Apache License 2.0
9.23k stars 1.67k forks source link

Load Testing #305

Open bobbyrullo opened 8 years ago

bobbyrullo commented 8 years ago

We need to see how dex performs under load; what are the scalability pressures, where do things start to break, etc.

sym3tri commented 8 years ago

I've found this tool to be handy https://github.com/rakyll/boom

bobbyrullo commented 8 years ago

nice, thanks for the tip

sym3tri commented 8 years ago

This might be useful too https://goad.io

ericchiang commented 7 years ago

We probably want to add a pprof endpoint or prometheus support for this.