-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update benchmarking + Support Android + add .swift-format + other refinements #227
Conversation
Benchmark Report for ce64ff6✅ Pull request has no significant performance differences ✅ Click to expand comparison resultBenchmark check running at 2025-02-14 16:36:46 UTCThe baseline 'Update benchmarking + Support Android + add .swift-format + other refinements' is EQUAL to the defined thresholds. Click to expand benchmark resultBaseline 'Update benchmarking + Support Android + add .swift-format + other refinements'
SigningES256
EdDSA
RSA
TokenLifecycleES256 Generated
ES256 PEM
EdDSA Coordinates
EdDSA Generated
RSA PEM
VerifyingES256
EdDSA
RS256
|
@@ -18,7 +18,7 @@ let package = Package( | |||
.product(name: "Benchmark", package: "package-benchmark"), | |||
.product(name: "JWTKit", package: "jwt-kit"), | |||
], | |||
path: "Benchmarks/Signing", | |||
path: "Signing", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made these the same as multipart-kit
@@ -0,0 +1 @@ | |||
../.gitignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were some .index-build stuff trying to slip in
@marcprux trying to enable the android unit-tests, we're getting:
WDYT? Is this normal? Should we have android unit tests disabled for now? |
The Swift Testing framework is WIP right now. What I've been doing for other PRs is to guard the test cases in Or your could back-port all your Testing tests to XCTest (which does work fine), but I wouldn't recommend 🫠 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
=======================================
Coverage 83.79% 83.79%
=======================================
Files 56 56
Lines 1493 1493
=======================================
Hits 1251 1251
Misses 242 242
|
884eaef
to
39319c6
Compare
@@ -0,0 +1,70 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For vscode users
@gwynne can we have android and benchmarks CI marked as required? |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry thought I had approved this already. Looks good but I'd honestly remove indentation in the tests here too
@ptoffy you had but I re-requested a review since there were a lot of new changes. |
No description provided.