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): add RS256, EC256, and EdDSA algs in the benchmark tests #11043

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rmarinn
Copy link
Contributor

@rmarinn rmarinn commented Mar 14, 2025

Prepare


Description

This PR adds additional benchmarks with token that were signed using the following algorithms:

  • RS256
  • EC256
  • EdDSA

Target issue

target: #11042

closes #11042

Implementation Details

Running the benchmarks is the same as before, just use cargo bench, preferably while inside /jans-cedarling/cedarling so there will be less text printed on the screen.


Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with docs: to indicate documentation changes or if the below checklist is not selected.

  • I confirm that there is no impact on the docs due to the code changes in this PR.

@rmarinn rmarinn self-assigned this Mar 14, 2025
@rmarinn
Copy link
Contributor Author

rmarinn commented Mar 14, 2025

waiting for #10972 to finish before merging this.

@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 kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(jans-cedarling): include other algorithms in the benchmark tests
2 participants