Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmarking for @authx/scopes #505

Open
mike-marcacci opened this issue May 25, 2021 · 0 comments
Open

Add benchmarking for @authx/scopes #505

mike-marcacci opened this issue May 25, 2021 · 0 comments

Comments

@mike-marcacci
Copy link
Member

mike-marcacci commented May 25, 2021

The functions in this utility are often in reasonably hot paths, both in this project and in directly-consuming projects. These were written with a focus on correctness over performance, and building a benchmark would:

  • give us a better sense of the computational cost associated with these functions
  • bring attention to any particularly poor-performing functions or scenarios
  • allow us to better assess the performance impact of any changes proposed to these functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant