-
Notifications
You must be signed in to change notification settings - Fork 10k
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
jpgjs performance improvements #4497
Conversation
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/70a2718e55dba04/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/e77f035db92eca5/output.txt |
From: Bot.io (Linux)FailedFull output at http://107.21.233.14:8877/70a2718e55dba04/output.txt Total script time: 25.10 mins
Image differences available at: http://107.21.233.14:8877/70a2718e55dba04/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/e77f035db92eca5/output.txt Total script time: 36.20 mins
Image differences available at: http://107.22.172.223:8877/e77f035db92eca5/reftest-analyzer.html#web=eq.log |
I'll have a look at it |
I pushed another patch to jpgjs that "fixes" this problem |
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/63626d5f167882d/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/ab56a39d6f49371/output.txt |
From: Bot.io (Linux)FailedFull output at http://107.21.233.14:8877/63626d5f167882d/output.txt Total script time: 25.20 mins
Image differences available at: http://107.21.233.14:8877/63626d5f167882d/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/ab56a39d6f49371/output.txt Total script time: 36.08 mins
Image differences available at: http://107.22.172.223:8877/ab56a39d6f49371/reftest-analyzer.html#web=eq.log |
I don't see any visible by eye defects, looks like int32 cast during clamping affected stuff |
Okay those are cmyk jpegs so something like /botio makeref |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/8280095a8c222cf/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/2dc32eaf8d0d818/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/8280095a8c222cf/output.txt Total script time: 25.24 mins
|
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/2dc32eaf8d0d818/output.txt Total script time: 35.63 mins
|
jpgjs performance improvements
importing notmasteryet/jpgjs#22