This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Add a few hints on how to reduce noisiness.
ClosedPublic

Authored by kristof.beyls on Mar 1 2017, 12:20 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kristof.beyls created this revision.Mar 1 2017, 12:20 AM
uabelho edited edge metadata.Mar 1 2017, 12:27 AM

Great!

I had to use quotes around RUNUNDER=taskset -c 1 or it would complain about
nt: error: no such option: -c

So I used:
--make-param="RUNUNDER=taskset -c 1"

rengolin added inline comments.
docs/quickstart.rst
83 ↗(On Diff #90127)

quotes, as @uabelho said

91 ↗(On Diff #90127)

As well as any unnecessary service (like web servers, databases, search crawlers, etc)

mzolotukhin added inline comments.
docs/quickstart.rst
77–78 ↗(On Diff #90127)

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.

rengolin added inline comments.Mar 2 2017, 1:29 AM
docs/quickstart.rst
77–78 ↗(On Diff #90127)

Good point!

kristof.beyls marked 4 inline comments as done.
rengolin accepted this revision.Mar 2 2017, 3:46 AM

LFTM. Thanks!

This revision is now accepted and ready to land.Mar 2 2017, 3:46 AM

Great! Thanks!

This revision was automatically updated to reflect the committed changes.