blender/tests/gtests
Bastien Montagne 1324659dee GTests: BLI_task: Add basic tests for BLI_task_parallel_listbase(), and some performances benchmarks.
Nothing special to mention about regression test itself, it basically
mimics the one for `BLI_task_parallel_mempool()`...

Basic performances benchmarks do not tell us much, besides the fact that
for very light processing of listbase, even with 100k items,
single-thread remains an order of magnitude faster than threaded code.
Synchronization is just way too expensive in that case with current
code. This should be partially solvable with much bigger (and
configurable) chunk sizes though (current ones are just ridiculous
for such cases ;) )...
2019-06-04 23:51:03 +02:00
..
alembic Fix T63678 Link error of tests with MSVC. 2019-04-17 07:58:48 -06:00
blenlib GTests: BLI_task: Add basic tests for BLI_task_parallel_listbase(), and some performances benchmarks. 2019-06-04 23:51:03 +02:00
bmesh Fix T63678 Link error of tests with MSVC. 2019-04-17 07:58:48 -06:00
guardedalloc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
testing ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
CMakeLists.txt ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00