[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
Thu Mar 2 01:29:03 PST 2017
rengolin added inline comments.
================
Comment at: docs/quickstart.rst:77-78
+
+ * Only build the benchmarks in parallel, but do the actual running of the
+ benchmark code at most one at a time. (``--threads 1 --build-threads 6``).
+ * When running under linux: Make lnt use linux perf to get more accurate
----------------
mzolotukhin wrote:
> I don't know if it needs to be mentioned here, but if one needs a compile-time data as well, benchmarks should be built with one thread too.
Good point!
https://reviews.llvm.org/D30488
More information about the llvm-commits
mailing list