summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/shadergraph
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2020-04-23 08:54:54 +0200
committerPaul Lemire <paul.lemire@kdab.com>2020-04-24 11:41:09 +0000
commit36ef85341aacd225839d58880d3f388f31e3100c (patch)
tree514cd4f71b40320185b4a77d0769ee945f18c7d6 /tests/auto/render/shadergraph
parentbffb0650bc1ecea9c0a24d5c47a5adbccaada27a (diff)
Reduce CommandBuilding/Update job spawning threshold
Those jobs are usually the most expensive to run. It therefore makes sense we leverage parallelism as much as possible and not discard threads we could be using. In that sense, the minimum amount of elements to process per job is reduced from 100 to 10 which means that we will spawn threads if they can contain at least 10 element to process (instead of 100 previously). This now allows to benefit from more parallelism on smaller scenes (that have less than 100 entities) while still scaling similarly as previously on larger scenes. Change-Id: I91e97fc23185d02c2727d87bb7a4ea4991f5ff14 Reviewed-by: Mike Krus <mike.krus@kdab.com> (cherry picked from commit 37735f11f9437b916b194cfd48c452c7c70682f8)
Diffstat (limited to 'tests/auto/render/shadergraph')
0 files changed, 0 insertions, 0 deletions