Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 29, 2024
1 parent 8e64539 commit f6246f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/UUID.Compare.Benchmarks/CompareBenchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ public class CompareBenchmarks
{
private readonly long _timestamp = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds();

[Benchmark]
[Benchmark(Baseline = true)]
public UUID Generate_NewCompactWithTimeUUID()
{
return UUID.NewCompactWithTime(_timestamp);
}

[Benchmark(Baseline = true)]
[Benchmark]
public UUID Generate_NewCompactUUID()
{
return UUID.NewCompact();
Expand Down

0 comments on commit f6246f0

Please sign in to comment.