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

feat(jans-cedarling): include other algorithms in the benchmark tests #11042

Open
rmarinn opened this issue Mar 14, 2025 · 0 comments · May be fixed by #11043
Open

feat(jans-cedarling): include other algorithms in the benchmark tests #11042

rmarinn opened this issue Mar 14, 2025 · 0 comments · May be fixed by #11043
Assignees
Labels
comp-jans-cedarling Touching folder /jans-cedarling enhancement kind-feature Issue or PR is a new feature request

Comments

@rmarinn
Copy link
Contributor

rmarinn commented Mar 14, 2025

Is your feature request related to a problem? Please describe.

We currently only use HS256-signed tokens for the benchmarks and this might not be indicative of real-world performance.

Describe the solution you'd like

  1. Add benchmarks for tokens signed with the following algorithms:
    • RS256
    • EC256
    • EdDSA
  2. Implement a function in the test_utils crate for generating signed tokens easily.

Describe alternatives you've considered

We could add more algorithms but running them might be too time-consuming.

Additional context

N/A

@rmarinn rmarinn self-assigned this Mar 14, 2025
@mo-auto mo-auto added comp-jans-cedarling Touching folder /jans-cedarling kind-feature Issue or PR is a new feature request labels Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-cedarling Touching folder /jans-cedarling enhancement kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants