File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The config options let you customize some behavior of BenchmarkDotNet - mainly r
99Available config options are:
1010
1111* ` ConfigOptions.Default ` - No configuration option is set - this is the default.
12- * ` ConfigOptions.KeepBenchmarkFiles ` - All auto-generated files should be kept after running the benchmarks (be default they are removed).
12+ * ` ConfigOptions.KeepBenchmarkFiles ` - All auto-generated files should be kept after running the benchmarks (by default they are removed).
1313* ` ConfigOptions.JoinSummary ` - All benchmarks results should be joined into a single summary (by default we have a summary per type).
1414* ` ConfigOptions.StopOnFirstError ` - Benchmarking should be stopped after the first error (by default it's not).
1515* ` ConfigOptions.DisableOptimizationsValidator ` - Mandatory optimizations validator should be entirely turned off.
You can’t perform that action at this time.
0 commit comments