Are there any tips how to reduce standard deviation when using
Gradle Profiler?
I'm running two scenarios that checkout the same commit, 5 warmups + 10 iterations each, warm daemon. Running on a beefy Linux server. When comparing the results against each other there is usually up to 6% difference in 75th, even though there is nothing in the code or scenarios that could affect the performance.
I'm already setting really high
-Xmx
and
-Xms
to reduce the impact of GC pauses and heap growth.