-
Notifications
You must be signed in to change notification settings - Fork 417
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
Run performance benchmarks to compare IdentityModel on .NET 8 and .NET 9 #2828
Comments
The benchmarks were run on the feature branch #2817 which includes improvements to Base64Url related logic (for both, .NET 9 and < .NET 8 via Microsoft.Bcl.Memory version 9.0.0-rc.1.24431.7). The benchmarks ran were chosen to show typical end-to-end scenarios.
Same results but as an image (easier to read). Benchmark info for all the runs:
|
These benchmarks were run on the dev branch (without Base64Url related improvements).
|
These are the combined results of the above two sets of runs where .NET 8 does not include Base64Url improvement and .NET 9 does. The ratio was readjusted.
|
Run benchmarks (probably just the common token validation since it's closer to user's E2E scenarios) for comparison.
The text was updated successfully, but these errors were encountered: