[PATCH] D30488: [LNT] Add a few hints on how to reduce noisiness.

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 02:33:27 PST 2017


rengolin added inline comments.


================
Comment at: docs/quickstart.rst:83
+     benchmark process from core to core. (Under linux:
+     ``--make-param=RUNUNDER=taskset -c 1``)
+   * Only run the programs that are marked as a benchmark; some of the tests
----------------
quotes, as @uabelho said


================
Comment at: docs/quickstart.rst:91
+   * Disable frequency scaling / turbo boost. In case of thermal throttling it
+     can skew the results.
+
----------------
As well as any unnecessary service (like web servers, databases, search crawlers, etc)


https://reviews.llvm.org/D30488





More information about the llvm-commits mailing list