Skip to content

RUMM-2693 Increase the screen snapshot frequency#1110

Merged
mariusc83 merged 1 commit into
feature/sdkv2from
mconstantin/rumm-2693/adjust-screen-snapshot-frequency
Oct 31, 2022
Merged

RUMM-2693 Increase the screen snapshot frequency#1110
mariusc83 merged 1 commit into
feature/sdkv2from
mconstantin/rumm-2693/adjust-screen-snapshot-frequency

Conversation

@mariusc83

Copy link
Copy Markdown
Member

What does this PR do?

When replaying scrolling effects the 16ms delay was too big as it could indefinitely postpone a snapshot during a continuous scrolling. We are currently lowering that to 4ms and based on the tests everything looks fine. During dogfooding we might need to adjust this value again or maybe just remove it but for performance reasons we will keep it for now.

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@mariusc83
mariusc83 requested a review from a team as a code owner October 28, 2022 08:44
@mariusc83 mariusc83 self-assigned this Oct 28, 2022
@codecov-commenter

codecov-commenter commented Oct 28, 2022

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.42%. Comparing base (9b73f57) to head (bf1c2c0).

Additional details and impacted files
@@                Coverage Diff                @@
##           feature/sdkv2    #1110      +/-   ##
=================================================
- Coverage          82.69%   82.42%   -0.28%     
=================================================
  Files                350      352       +2     
  Lines              11301    11425     +124     
  Branches            1846     1898      +52     
=================================================
+ Hits                9345     9416      +71     
- Misses              1394     1440      +46     
- Partials             562      569       +7     
Files with missing lines Coverage Δ
...d/sessionreplay/recorder/RecorderOnDrawListener.kt 86.96% <ø> (ø)

... and 16 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mariusc83
mariusc83 merged commit 6058fb0 into feature/sdkv2 Oct 31, 2022
@mariusc83
mariusc83 deleted the mconstantin/rumm-2693/adjust-screen-snapshot-frequency branch October 31, 2022 08:34
@xgouchet xgouchet added this to the 1.16.0 milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants