Skip to content

Commit

Permalink
Ensure ConsoleLogger is added as default logger
Browse files Browse the repository at this point in the history
Signed-off-by: Ayase Minori <[email protected]>
  • Loading branch information
sr229 committed Mar 30, 2024
1 parent c2e0505 commit f25b832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mediapipe.Net.Benchmarks/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using BenchmarkDotNet.Diagnosers;
using BenchmarkDotNet.Exporters;
using BenchmarkDotNet.Exporters.Csv;
using BenchmarkDotNet.Loggers;
using BenchmarkDotNet.Running;

namespace Mediapipe.Net.Benchmarks
Expand All @@ -15,6 +16,7 @@ public class Config : ManualConfig
public Config()
{
AddDiagnoser(MemoryDiagnoser.Default);
AddLogger(ConsoleLogger.Default);
AddExporter(CsvMeasurementsExporter.Default);
AddExporter(PlainExporter.Default);
}
Expand Down

0 comments on commit f25b832

Please sign in to comment.