diff --git a/BenchmarkService.cs b/BenchmarkService.cs index d0a958d..90c5662 100644 --- a/BenchmarkService.cs +++ b/BenchmarkService.cs @@ -19,7 +19,7 @@ public BenchmarkService() /// and all his/her books (Book Name/Title and Publishment Year) published before 1900 /// /// - [Benchmark] + [Benchmark(Baseline = true)] public List GetAuthors() { using var dbContext = new AppDbContext();