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

refactor: avoid use of async_trait for RoomIdentityProvider #4442

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

bnjbvr
Copy link
Member

@bnjbvr bnjbvr commented Dec 19, 2024

This is an 8 seconds (out of 22) decrease of the matrix-sdk compile times. BoxFuture ftw.

@bnjbvr bnjbvr requested review from a team as code owners December 19, 2024 15:54
@bnjbvr bnjbvr requested review from andybalaam and removed request for a team December 19, 2024 15:54
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 95.23810% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.41%. Comparing base (bc8c4f5) to head (872b677).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/matrix-sdk/src/room/mod.rs 95.23% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4442      +/-   ##
==========================================
- Coverage   85.42%   85.41%   -0.02%     
==========================================
  Files         283      283              
  Lines       31556    31559       +3     
==========================================
- Hits        26958    26955       -3     
- Misses       4598     4604       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This is an 8 seconds (out of 22) decrease of the matrix-sdk compile
times.
@bnjbvr bnjbvr force-pushed the bnjbvr/improve-compile-times branch from 4c7d03d to 872b677 Compare December 19, 2024 16:24
@bnjbvr bnjbvr enabled auto-merge (rebase) December 19, 2024 16:26
@bnjbvr bnjbvr merged commit f2942db into main Dec 19, 2024
40 checks passed
@bnjbvr bnjbvr deleted the bnjbvr/improve-compile-times branch December 19, 2024 16:39
@andybalaam
Copy link
Member

Wow, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants