diff --git a/src/Audentity.Benchmarks/Executor.cs b/src/Audentity.Benchmarks/Executor.cs index f7272e1..159bca2 100644 --- a/src/Audentity.Benchmarks/Executor.cs +++ b/src/Audentity.Benchmarks/Executor.cs @@ -54,7 +54,7 @@ public Executor() public int Count { get; set; } [Benchmark] - public void ToTraces() + public void ToAudit() { _ = _database.ChangeTracker.Entries() .ToAudit();