sitespeedio / browsertime

Measure and Optimize Web Performance
https://www.sitespeed.io/documentation/browsertime/
Apache License 2.0
600 stars 137 forks source link

Convert visualmetrics-portable.py script to use pathlib instead of the os module for path manipulation #2126

Open gmierz opened 3 months ago

gmierz commented 3 months ago

Feature/improvement

The os module can be problematic when it's used for path manipulations across multiple operating systems. It would be good to convert the visualmetrics-portable.py script to use the pathlib module for this instead.