From 2cdb00541b1aa94640b751f7f6baf32eaf70413d Mon Sep 17 00:00:00 2001 From: Daniel B Date: Wed, 28 Sep 2022 11:55:01 -0400 Subject: [PATCH] make GetAuthors method as baseline for Benchmarking --- BenchmarkService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();