Table of Contents

SkipBenchmarksWithReports Property

Definition

Namespace
Codebelt.Extensions.BenchmarkDotNet
Assemblies
Codebelt.Extensions.BenchmarkDotNet.dll
Source
src/Codebelt.Extensions.BenchmarkDotNet/BenchmarkWorkspaceOptions.cs

SkipBenchmarksWithReports

Gets or sets a value indicating whether benchmarks that already have generated reports should be skipped during execution.

public bool SkipBenchmarksWithReports { get; set; }

Property Value

bool

true to skip benchmarks with existing reports; otherwise, false. Default is false.