SkipBenchmarksWithReports Property
Definition
- Namespace
- Codebelt.Extensions.BenchmarkDotNet
- Assemblies
- Codebelt.Extensions.BenchmarkDotNet.dll
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
trueto skip benchmarks with existing reports; otherwise,false. Default isfalse.