v.20.10Build/Testing/Packaging Improvement
Attempt to Enhance Performance Test Reliability Using Transparent Huge Pages
Attempt to make performance test more reliable. It is done by remapping the executable memory of the process on the fly with madvise to use transparent huge pages - it can lower the number of iTLB misses which is the main source of instabilities in performance tests. #14685 (alexey-milovidov).