Skip to content

Commit

Permalink
Rename benchmark method
Browse files Browse the repository at this point in the history
  • Loading branch information
milandjurdjevic committed Nov 29, 2023
1 parent c13883a commit 9655e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audentity.Benchmarks/Executor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public Executor()
public int Count { get; set; }

[Benchmark]
public void ToTraces()
public void ToAudit()
{
_ = _database.ChangeTracker.Entries()
.ToAudit();
Expand Down

0 comments on commit 9655e0f

Please sign in to comment.