diff --git a/Pipeline/BenchmarkReport.cs b/Pipeline/BenchmarkReport.cs index 24f12601..24a5eb5f 100644 --- a/Pipeline/BenchmarkReport.cs +++ b/Pipeline/BenchmarkReport.cs @@ -12,6 +12,8 @@ namespace Build; /// internal static class BenchmarkReport { + public static readonly string[] DefaultColumnsToRemove = ["RatioSD", "Gen0", "Gen1", "Gen2",]; + public static string BuildBody(IReadOnlyList files, string[] columnsToRemove) { StringBuilder sb = new();