mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Add benchmark category to the TextFormatter benchmarks
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Terminal.Gui.Benchmarks.Text.TextFormatter;
|
||||
/// Benchmarks for <see cref="Tui.TextFormatter.ReplaceCRLFWithSpace"/> performance fine-tuning.
|
||||
/// </summary>
|
||||
[MemoryDiagnoser]
|
||||
[BenchmarkCategory (nameof (Tui.TextFormatter))]
|
||||
public class ReplaceCRLFWithSpace
|
||||
{
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ namespace Terminal.Gui.Benchmarks.Text.TextFormatter;
|
||||
/// Benchmarks for <see cref="Tui.TextFormatter.StripCRLF"/> performance fine-tuning.
|
||||
/// </summary>
|
||||
[MemoryDiagnoser]
|
||||
[BenchmarkCategory (nameof (Tui.TextFormatter))]
|
||||
public class StripCRLF
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user