-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
Update for chart.js v3 enable decimation #455
Conversation
The decimation is done before layout, I think the blurry lines come from that. I think it can be improved. |
i did a couple quick runs on Win10. there are some serious improvements: scripting: 304ms -> 168ms i'll merge this before next official bench run. feel free to force-push latest betas to this PR as they come out. |
v3 final is out now so we can bump the version number, remove the Chart.js benchmark, and rename Chart.js-next to Chart.js. I was going to take a stab at that, but didn't want to conflict with this PR |
Thanks for reminding @benmccann, I'll update this. |
congrats on v3, exciting! a forced Windows 20H2 update fucked up my windows install for unknown reasons, so i can only boot into my linux partition for now. it's looking like i' need to do a full wipe, but it's also my work laptop so i've been hesitent to sink a bunch of time into reinstalling all the things :( i'll either need to bite that bullet or do the next bench batch on my [faster] desktop. i typically like to do bench runs on less powerful devices, since it tends to reveal a lot more than running it all on a supercomputer. :) |
No description provided.