-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start tracking performance #187
Comments
Is there any "official" tool (or way) to track those? I know that chrome uses telemetry for performance, but don't know if it can run with servo as well. |
We have a debug overlay in WR that would be your first thing to track. Basically, enable the minimal overlay and visit a website, scroll back and forth and note the compositor timings. |
Here are our scores on MotionMark config:
OpenGL
Vulkan WR (0e55b4f)
Vulkan WR (f60f897)
Vulkan WR (1bef646)
|
Here are some updates for the OpenGL (Baseline)
Vulkan WR(01cee09)
Vulkan WR(37c8ee2)
Vulkan WR(daac8d4)
|
Are the numbers between |
@zbraniecki that was an unfortunate mistake, I've updated the numbers for |
As we are approaching the full test coverage on Wrench and Servo WPT, we need to start looking into the behavior in dynamics: bugs appearing during scrolling, navigation, and of course - performance.
The text was updated successfully, but these errors were encountered: