overte-org / tivolicloud

The Tivoli interface client and server software
Apache License 2.0
1 stars 0 forks source link

Import e31109c2db: Changed max fps for web entities and tablet (by Maki) #66

Open daleglass opened 2 years ago

daleglass commented 2 years ago

This is an automated proposal to look at a commit made by Maki and import it into Overte

Commit: e31109c2db38a6eab9341d6183814cc4cbb32b17
Author: Maki
Date: Mon, 20 Jan 2020 21:38
Changed max fps for web entities and tablet

Stats:

Filename Stats Lines Added Removed Lines in blame
interface/src/Application.cpp 6 4 2 ⚠ 0
libraries/entities/src/EntityItemProperties.cpp 2 1 1 1
libraries/entities/src/WebEntityItem.cpp 2 1 1 ⚠ 0
scripts/system/create/edit.js 3 2 1 ⚠ 0
tests-manual/qml/src/StressWeb.cpp 2 1 1 1
5 files - 15 9 6 2

To work on this, please assign the issue to yourself, then look at the commit and decide whether this would be a good addition to Overte.

Useful commits should be submitted as a PR against Overte. Tag this issue in PR, so that it's automatically closed once the PR is merged.

You can cherry-pick this issue with this command:

git cherry-pick e31109c2db38a6eab9341d6183814cc4cbb32b17
JulianGro commented 1 year ago

This changes the default framerate of web entities. While I think increasing the default is generally a good idea, we should test what kind of performance impact it would have. The commit also changes what appears to be a stress test made specifically to test this sort of performance impact.