Skip to content

Commit 0593a97

Browse files
committed
chore: add settings to suppress unused columns
1 parent 629b9d6 commit 0593a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/CliFrameworkBenchmark/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static void Main(string[] args)
2121
.WithTimeUnit(TimeUnit.Millisecond));
2222

2323
config.AddDiagnoser(MemoryDiagnoser.Default);
24-
config.AddDiagnoser(ThreadingDiagnoser.Default);
24+
config.AddDiagnoser(new ThreadingDiagnoser(new ThreadingDiagnoserConfig(displayLockContentionWhenZero: false, displayCompletedWorkItemCountWhenZero: false)));
2525

2626
config.AddJob(Job.Default
2727
.WithStrategy(RunStrategy.ColdStart)

0 commit comments

Comments
 (0)