-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Optimize save-transform-constructPath-restore #19712
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
Conversation
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/080fffefa04d659/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0b06274035d985b/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/0b06274035d985b/output.txt Total script time: 29.95 mins
Image differences available at: http://54.241.84.105:8877/0b06274035d985b/reftest-analyzer.html#web=eq.log |
|
The "improvement" was a way better when the patch was merging similar constructPath, but as mentioned in general it doesn't work. That said if we're able to know in the worker, that we aren't composing, then we should be able to do something better.
|
The 4 operations can be replaced with just one in applying the transform to the points coordinates.
282bbb3
to
6146e5f
Compare
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/d224fbc887e1544/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/5dd3d337d359ccc/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/d224fbc887e1544/output.txt Total script time: 16.26 mins
Image differences available at: http://54.241.84.105:8877/d224fbc887e1544/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/5dd3d337d359ccc/output.txt Total script time: 29.78 mins
Image differences available at: http://54.193.163.58:8877/5dd3d337d359ccc/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While there's some movement I suppose that's not unexpected considering the changes made, and it does appear to be invisible to the naked eye.
r=me, thank you.
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/95d88597bf9cf9b/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/5697a61866b9e69/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/95d88597bf9cf9b/output.txt Total script time: 16.19 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/5697a61866b9e69/output.txt Total script time: 29.61 mins
|
The 4 operations can be replaced with just one in applying the transform to the points coordinates.