-
-
Notifications
You must be signed in to change notification settings - Fork 370
Test WGLMakie CI #4938
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
Test WGLMakie CI #4938
Conversation
Benchmark ResultsSHA: 2c2f553abd31fd62e30ba161af6804f9ce0448f1 Warning These results are subject to substantial noise because GitHub's CI runs on shared machines that are not ideally suited for benchmarking. |
|
Since both PRs add new shapes to the texture atlas, and at some point #4879 failed with blank for anything texture atlas related. |
|
My change reduces padding from 12px to 6px for the WGLMakie atlas, which should stop it from filling up faster than GLMakie's atlas. I uploaded a v8 atlas with the adjusted padding. If texture atlas overflow is the problem with tests they should pass now. But the issue is bound to return until we allow it to grow dynamically and/or split it by fonts and/or purpose (text vs scatter) |

No description provided.