As
@Mike Boreham said, it depends on the number of cores active. It is actually quite tricky to have only a single core active, since the CPU is often doing something else (even intermittently) in the background. One way to test is using Intel Power Gadget to monitor, and running a "Yes" test: Launch Terminal. Type: yes > /dev/null &
Spawn as many instances as you want to test cores and monitor max CPU frequency. Then kill processes with: killall yes
You may have to also adjust the sampling rate of Intel Power Gadget to observe the max CPU:
View attachment 922509
You can also use the inbuilt "testing" inside IPG:
View attachment 922510
In reality, the max CPU frequency you get will also be restricted by thermals. I don't know for sure, but based on the 1035G7 specs (copied below), I suspect the max 4-core turbo of the 1038NG7 is ~3.4 Ghz.
Similarly, based on the 1065G7 specs, the 4-core max turbo of the 1068NG7 is probably ~3.7 Ghz.
In practice I suspect these 4-core frequencies are possible for only very short periods due to thermals.
View attachment 922506
Also: If you are running any AVX code, the max CPU frequency drops down further due to them being very complex to execute (but very efficient).