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

perf: Add profiling option for backend routes #1966

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

MoritzWeber0
Copy link
Member

@MoritzWeber0 MoritzWeber0 commented Nov 7, 2024

It generates an HTML report to better identify slow actions in routes.

@MoritzWeber0 MoritzWeber0 requested a review from zusorio November 7, 2024 09:35
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 7.69231% with 12 lines in your changes missing coverage. Please review.

Project coverage is 84.75%. Comparing base (3c5c1fd) to head (392fe3c).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
backend/capellacollab/__main__.py 0.00% 11 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1966      +/-   ##
==========================================
- Coverage   84.90%   84.75%   -0.15%     
==========================================
  Files         211      211              
  Lines        6909     6922      +13     
  Branches      476      478       +2     
==========================================
+ Hits         5866     5867       +1     
- Misses        879      890      +11     
- Partials      164      165       +1     

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

This comment has been minimized.

Copy link
Member

@zusorio zusorio left a comment

Choose a reason for hiding this comment

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

Very nice

It produces a HTML report to better identify slow actions in routes.
Copy link

sonarcloud bot commented Nov 7, 2024

Copy link

github-actions bot commented Nov 7, 2024

API Changelog 4.11.1.dev6+gb68b0d6e

Copy link

github-actions bot commented Nov 7, 2024

This report was generated by comparing b68b0d6 with 3c5c1fd.
If you would like to check difference, please check here.

success

ArtifactName: reg

✨✨ That's perfect, there is no visual difference! ✨✨

item count
pass 350
change 0
new 0
delete 0

@MoritzWeber0 MoritzWeber0 merged commit e8cb5e1 into main Nov 7, 2024
28 of 30 checks passed
@MoritzWeber0 MoritzWeber0 deleted the profiling branch November 7, 2024 11:17
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