scrapy-plugins / scrapy-playwright

🎭 Playwright integration for Scrapy
BSD 3-Clause "New" or "Revised" License
911 stars 101 forks source link

Custom memusage extension #257

Closed elacuesta closed 6 months ago

elacuesta commented 6 months ago

A replacement memusage extension that inspects the Playwright processes to get accurate memory usage. Originally requested at #40

Tasks:

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6156f70) 100.00% compared to head (81e5512) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #257 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 6 +1 Lines 448 489 +41 ========================================= + Hits 448 489 +41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

elacuesta commented 6 months ago

Thanks. I must admit I'm not overly familiar with the addon system just yet, I'll take a look next year 😉 .