Open
Description
I am running some code benchmarks on Linux and I have a few comments about the method you used here:
- Setting CPU governor mode to performance will set CPU clock to turbo speed if available. This may be throttled down by CPU thermal management, when die temperature exceeds safe threshold, which will affect time measurements. Wouldn't it be better to set it to CPU rated speed and disabling turbo mode?
- I'm curious why you chose median times instead of minimum ones? Median is good for sanity check, but still contains noise induced by other system activities.
Metadata
Metadata
Assignees
Labels
No labels