Currently, rustdoc has perf tests for the CLI runs, but not for how long it takes to load a given page. @GuillaumeGomez tells me we do have tests for search results loading (yay!) but we still don't have tests for anything else.
It would be nice if we could benchmark load times, maybe using something like https://developer.chrome.com/docs/lighthouse. That would also help us look at prospective new features to the frontend and make decisions based on data rather than having to worry about how it works on mobile browsers.
Currently, rustdoc has perf tests for the CLI runs, but not for how long it takes to load a given page. @GuillaumeGomez tells me we do have tests for search results loading (yay!) but we still don't have tests for anything else.
It would be nice if we could benchmark load times, maybe using something like https://developer.chrome.com/docs/lighthouse. That would also help us look at prospective new features to the frontend and make decisions based on data rather than having to worry about how it works on mobile browsers.