|
@@ -8,6 +8,7 @@ namespace Terminal.Gui.Benchmarks.Text.TextFormatter;
|
|
/// Benchmarks for <see cref="Tui.TextFormatter.ReplaceCRLFWithSpace"/> performance fine-tuning.
|
|
/// Benchmarks for <see cref="Tui.TextFormatter.ReplaceCRLFWithSpace"/> performance fine-tuning.
|
|
/// </summary>
|
|
/// </summary>
|
|
[MemoryDiagnoser]
|
|
[MemoryDiagnoser]
|
|
|
|
+[BenchmarkCategory (nameof (Tui.TextFormatter))]
|
|
public class ReplaceCRLFWithSpace
|
|
public class ReplaceCRLFWithSpace
|
|
{
|
|
{
|
|
|
|
|