Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBad performance on Maze Solver #17635
Open
Labels
Comments
|
I've noticed that the performance (or at least the speed in which the second counter updates) drops dramatically when you start moving the cursor on the page. |
|
I also noticed that the CPU usage stays really high after the maze has been completed. |
|
I tried running this and got ~85 seconds in Servo. In comparison Firefox 58 finished in 20 seconds. The other bugs listed still appear to occur as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Url: https://testdrive-archive.azurewebsites.net/Performance/MazeSolver/Default.html
When trying Maze Solver on Servo I get extremely bad performance. Servo takes 220 seconds to finish a 30x30 maze while Firefox Nightly takes 40 seconds and Firefox Nightly with webrender and Stylo enabled is done in 5 seconds.
It also seems Servo is rendering the path incorrectly with all the dots being in the top left corner.
Specs:
CPU: I7 6700HQ @ 0.8GHz,
RAM: 16.0GB Single-Channel 2400Mhz,
GPU: Intel HD Graphics 530
OS: Windows 10 Home 1703