Skip to content

Commit

Permalink
Use original export tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoos committed May 13, 2024
1 parent 187a30e commit cecd209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Quantities.Benchmark/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var assembly = typeof(Program).Assembly;
var config = DefaultConfig.Instance.HideColumns(StdDev, Median, Kurtosis, BaselineRatioColumn.RatioStdDev);

var summary = BenchmarkSwitcher.FromAssembly(assembly).Run(args, config);
var summary = BenchmarkSwitcher.FromAssembly(assembly).Run(args, config.KeepBenchmarkFiles(false));

var summaryTag = new LineTag { Start = "/* Summary", End = "*/" };
await assembly.Export(summary, new ExportConfig { Tag = summaryTag });

0 comments on commit cecd209

Please sign in to comment.