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

sped up highlighting on analysis page #1287

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jstucke
Copy link
Collaborator

@jstucke jstucke commented Oct 25, 2024

  • sped up highlighting on analysis page
    • optimized code
    • replaced custom line numbering function with much faster library
    • don't highlight if the block is too large (>1MiB)

@jstucke jstucke self-assigned this Oct 25, 2024
@jstucke jstucke force-pushed the highlighting-speedup branch 2 times, most recently from 257dfb3 to dc4efd9 Compare October 31, 2024 14:42
optimized code and replaced custom line numbering function with much faster lib
fixes the issue that the raw result is hidden by default but is considered for page height and scroll bar length nontheless
@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.90%. Comparing base (aa041a9) to head (4c178af).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1287      +/-   ##
==========================================
- Coverage   91.94%   91.90%   -0.04%     
==========================================
  Files         377      376       -1     
  Lines       22295    21038    -1257     
==========================================
- Hits        20499    19336    -1163     
+ Misses       1796     1702      -94     

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


🚨 Try these New Features:

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.

2 participants