Table of Contents

Class KeepBenchmarkFilesAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll

determines if all auto-generated files should be kept or removed after running the benchmarks

[AttributeUsage(AttributeTargets.Class)]
public class KeepBenchmarkFilesAttribute : Attribute, IConfigSource
Inheritance
KeepBenchmarkFilesAttribute
Implements
Inherited Members

Constructors

KeepBenchmarkFilesAttribute(bool)

public KeepBenchmarkFilesAttribute(bool value = true)

Parameters

value bool

Properties

Config

public IConfig Config { get; }

Property Value

IConfig