Patrick Hulce
Patrick Hulce
@lazysergey that situation is exactly what [`--urlReplacementPatterns`](https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/configuration.md#urlreplacementpatterns) is for.
> Actually, with urlReplacementPatterns the url names are the same Then there is a bug in your replacement pattern. What *exact* replacement pattern strings are you using?
> It is not the goal of urlReplacementPatterns to get similar url names to be capable of compare it ? I am a bit confused with this feature. Ah apologies,...
Thanks for filing @Tarvald! I would first start with running Lighthouse directly without LHCI involved to see how long it takes (much easier to get substep timing information from Lighthouse...
Thanks for filing @minimorph223! This is working as intended. The individual report you see is the *median report* while the score you see on the dashboard is the *median score*....
> when i do lhci upload, i saw it uploaded all reports, not median report. Correct it does which is how median scores are computed. > what is a median...
Thanks for filing @khangsfdc! You can accomplish this today by copying the contents of the `.lighthouseci` folder from each container into the final assert container. i.e. ``` lighthouse_run_1: - lhci...
> If there is a way to do that using existing functionality please let me know. Yep, just add an `lhci upload` command after `lhci assert` in my example after...
> running the benchmark on the current pull request vs target branch (e.g. master). That ensures you have an apples to apples comparison Unfortunately this still doesn't ensure that. It...
Yep, see the [docs](https://github.com/GoogleChrome/lighthouse-ci/blob/master/docs/assertions.md#multiple-urls--assertion-matrix) > Or maybe it'll be even better to have a possibility to skip assertions for the whole container with third-party markup by adding something like specific...