| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #349 +/- ##
==========================================
+ Coverage 91.46% 91.78% +0.32%
==========================================
Files 2 2
Lines 2682 2678 -4
Branches 362 361 -1
==========================================
+ Hits 2453 2458 +5
+ Misses 150 147 -3
+ Partials 79 73 -6
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
I've pushed this into production testing for a few Home Assistant instances and will circle back after its had a chance to run for a bit. |
Sorry, something went wrong.
|
Working well so far. Going to run an object dump for a bit to make sure nothing is leaking https://www.home-assistant.io/integrations/profiler/#service-profilerstart_log_objects |
Sorry, something went wrong.
|
No memory leaks, verified homekit and discovery still working as expected |
Sorry, something went wrong.
There was a problem hiding this comment.
This looks really nice, one question inline
Sorry, something went wrong.
|
Ran a py-spy as well to make sure there were no performance regressions |
Sorry, something went wrong.
- Cache is now purged between reads when the interval is reached - Reduce locking since we are already making a copy of the readers and not reading under the lock - Simplify shutdown process
| Back | FazBrowse Home | New Git URL |
Cache is now purged between reads when the interval is reached
Reduce locking since we are already making a copy of the readers
and not reading under the lock