Class KeepBenchmarkFilesAttribute
determines if all auto-generated files should be kept or removed after running the benchmarks
Inheritance
KeepBenchmarkFilesAttribute
Assembly: BenchmarkDotNet.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class KeepBenchmarkFilesAttribute : Attribute, IConfigSource
Constructors
KeepBenchmarkFilesAttribute(Boolean)
Declaration
public KeepBenchmarkFilesAttribute(bool value = true)
Parameters
Type |
Name |
Description |
Boolean |
value |
|
Properties
Config
Declaration
public IConfig Config { get; }
Property Value
Implements