darktable-bench : How to configure OpenCL scheduling profile, or CPU/memory settings?

I am testing with darktable-bench.

darktable/src/tests/benchmark/darktable-bench

I can execute the tests with and without GPU. However, how to test the effect of different OpenCL scheduling profiles (default, very fast GPU)?

Darktable-bench calls darktable-cli. Is it darktable-cli is shall configure? How do I do that?

EDIT: Or scheduling profiles does not matter since darktable-cli only has one pipeline to run? But I can still have different CPU/memory settings, for instance (small, medium, large). How to configure those for darktable-bench tests?

I’m pretty sure the use of DT bench has been dropped…

From the notes here is seems like it is no longer reliable for accurate results…

You could just put one of your usual workflows together and add a couple of extra diffuse and sharpen modules maybe adding a couple of masks and that should be a decent test to compare settings…

THe defaults now are pretty good so I don’t think there is much to be gained…

OK.

Benchmarking code has been removed as it no longer produces valid results on today’s computers.

darktable-cli uses whatever is set in darktable configuration (~/.config/darktable/darktablerc in Linux). One can of course use darktable-cli --core parameter to specify darktable’s command line options --conf or --configdir for configurations different from that in default location.

Aha. OK thanks for the clarification.