Enum ConfigOptions
Namespace: BenchmarkDotNet.Configs
Assembly: BenchmarkDotNet.dll
Syntax
[Flags]
public enum ConfigOptions
Fields
| Name | Description |
|---|---|
| Default | no custom settings |
| DisableLogFile | Determines if the log file should be disabled. |
| DisableOptimizationsValidator | determines if "mandatory" optimizations validator should be entirely turned off |
| DontOverwriteResults | determines if the exported result files should not be overwritten (be default they are overwritten) |
| GenerateMSBuildBinLog | Determines whether to generate msbuild binlogs |
| JoinSummary | determines if all benchmarks results should be joined into a single summary (by default we have a summary per type) |
| KeepBenchmarkFiles | determines if all auto-generated files should be kept after running the benchmarks (be default they are removed) |
| LogBuildOutput | Determines whether build output should be logged. |
| StopOnFirstError | determines if benchmarking should be stopped after the first error (by default it's not) |