BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

add quiet logger

Open franciscomoloureiro opened this issue 3 years ago • 3 comments
trafficstars

closes #190

franciscomoloureiro avatar Oct 18 '22 10:10 franciscomoloureiro

@franciscomoloureiro could you please solve the merge conflict?

adamsitnik avatar Oct 18 '22 10:10 adamsitnik

What the PR implement? [QuietMode] could mean the following cases:

  1. from #2092

quiet mode: https://github.com/dotnet/BenchmarkDotNet/issues/190 (the processes can talk, but just don't print stuff to output)

  1. from #190 Adam
  2. Completely no output (from some comment in #190)

YegorStepanov avatar Oct 18 '22 11:10 YegorStepanov

What the PR implement? [QuietMode] could mean the following cases:

  1. from Use Pipes for host and benchmark process communication #2092

quiet mode: #190 (the processes can talk, but just don't print stuff to output)

  1. from #190 Adam
  2. Completely no output (from some comment in Feature request: quiet mode #190)

It is impementing 2. Running the benchmark with less output

franciscomoloureiro avatar Oct 18 '22 12:10 franciscomoloureiro