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

Enable group session cache by default #1575

Merged
merged 3 commits into from
Sep 21, 2022
Merged

Enable group session cache by default #1575

merged 3 commits into from
Sep 21, 2022

Conversation

Anderas
Copy link
Contributor

@Anderas Anderas commented Sep 16, 2022

After running a store / cache megolm decryption A/B test for a few weeks we gathered that cache decryption is aprox 10x faster and no new issues have been reported. As a result we can switch to cache variant exclusively, but leave the build flag in for a bit longer as a safety measure.

Screenshot 2022-09-16 at 09 36 58

@Anderas Anderas requested review from a team and gileluard and removed request for a team September 16, 2022 08:40
Copy link
Contributor

@gileluard gileluard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Base: 12.48% // Head: 12.49% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (f2c3852) compared to base (731e4be).
Patch coverage: 33.33% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1575   +/-   ##
========================================
  Coverage    12.48%   12.49%           
========================================
  Files          521      521           
  Lines        85051    85002   -49     
  Branches     36217    36194   -23     
========================================
- Hits         10622    10620    -2     
+ Misses       74043    73996   -47     
  Partials       386      386           
Impacted Files Coverage Δ
MatrixSDKTests/MXCryptoTests.m 0.00% <0.00%> (ø)
MatrixSDK/MXSDKOptions.m 100.00% <100.00%> (ø)
MatrixSDK/Data/MXRoom.m 0.00% <0.00%> (ø)
MatrixSDK/Background/MXBackgroundStore.swift 0.00% <0.00%> (ø)
MatrixSDK/Data/Store/MXFileStore/MXFileRoomStore.m 0.00% <0.00%> (ø)
MatrixSDK/Data/Store/MXFileStore/MXFileStore.m 18.09% <0.00%> (+0.07%) ⬆️
MatrixSDK/Data/Store/MXNoStore/MXNoStore.m 13.47% <0.00%> (+0.23%) ⬆️
MatrixSDK/Data/Store/MXMemoryStore/MXMemoryStore.m 22.05% <0.00%> (+0.50%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Anderas Anderas merged commit 93e1009 into develop Sep 21, 2022
@Anderas Anderas deleted the andy/megolm_cache branch September 21, 2022 13:28
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.

None yet

2 participants