"I will wait less for ansible or docker for local dev"
Those are automation apps, do they really load up your CPU to 100% while you write scripts or during any part of working with them?
Because if they don't at least use 100% of your CPU then no cinebench is completely useless info, and even if it loads 100% if it has a much lower IPC usage than what cinebench uses than these numbers are still useless.
You have to investigate what really speeds up these tools, it might be memory, disk, cache or single threaded speed or whatever else, you can't just assume that everything gets faster because of multithreaded performance.
I cannot say my cpu is fully loaded when I run local env, but I see a lot of bursts where 3 to 10 cores gets full throttle for like 15 seconds. (I have 6/12 currently)
I don't assume random cpu speed boost will elevate all my issues, 35W system with bursty loads like docker and ansible gain a lot from single threaded speed, even though they don't load your machine 100%, multithreaded headroom means you don't freeze your OS while they work.
I notice slowdowns in my everyday GUI work, when in background any tests/builds/automation is running, so for that extra multithread gain, have a high chance to elevate it, even when I cannot quantify the result. I assume new system will not slow down with my usual workload, while current one noticeably do.
If new generation will be insanely better than what I am currently riding, and I think ddr5 will do me a lot of good, I might be able to run multiple parallel builds/test cycles or similar thing that helps me not stare at automation, doing nothing.
before you say it, we run jenkins doing same thing, but we always run units locally first and if they pass, we let jenkins run full suite of tests.