Skip to content
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

Performance regression in 0.10.0 when increasing skybox resolution #72

Open
jirisvd opened this issue Jul 10, 2024 · 0 comments
Open

Performance regression in 0.10.0 when increasing skybox resolution #72

jirisvd opened this issue Jul 10, 2024 · 0 comments

Comments

@jirisvd
Copy link

jirisvd commented Jul 10, 2024

I noticed a significant drop in performance in 0.10.0 when increasing AtmosphereSettings resolution to 1024 or 2048 from the 512 default as opposed to 0.9.1 where the performance difference was negligible.

I took the basic example, turned vsync off and measured frame time (tested with rtx 4070 super):

Resolution 0.9.1 0.10.0
512 0.6ms 0.6ms
1024 0.6ms 1.5ms
2048 0.6ms 5-6ms

Could this be somehow caused by the update to Bevy 0.14?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant