Skip to content

Improve Inspector performance#76

Merged
stefanDeveloper merged 8 commits intomainfrom
improve-inspector
Apr 25, 2025
Merged

Improve Inspector performance#76
stefanDeveloper merged 8 commits intomainfrom
improve-inspector

Conversation

@stefanDeveloper
Copy link
Owner

Fixes the latency issue in #61.

Detail

Model initialization is done each time when inspector analyses data. This increases latency due to memory allocation.

@stefanDeveloper stefanDeveloper added the enhancement New feature or request label Apr 23, 2025
@stefanDeveloper stefanDeveloper added this to the First heiDGAF version milestone Apr 23, 2025
@stefanDeveloper stefanDeveloper self-assigned this Apr 23, 2025
@github-actions
Copy link

github-actions bot commented Apr 23, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1439 1430 99% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/inspector/inspector.py 98% 🟢
TOTAL 98% 🟢

updated for commit: e2fc54f by action🐍

@codecov
Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.88%. Comparing base (5df4172) to head (e2fc54f).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   98.88%   98.88%           
=======================================
  Files          15       15           
  Lines        1437     1439    +2     
  Branches      149      151    +2     
=======================================
+ Hits         1421     1423    +2     
  Misses          9        9           
  Partials        7        7           

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

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

Copy link
Collaborator

@lamr02n lamr02n left a comment

Choose a reason for hiding this comment

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

LGTM

@stefanDeveloper stefanDeveloper merged commit 821fe8d into main Apr 25, 2025
18 checks passed
@stefanDeveloper stefanDeveloper deleted the improve-inspector branch April 25, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants