Skip to content

Commit

Permalink
Update AsyncKeyedLock to 6.4.2. Performance difference not expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Apr 21, 2024
1 parent 9939148 commit ac6bbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AsyncKeyedLockBenchmarks/AsyncKeyedLockBenchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AsyncKeyedLock" Version="6.4.0" />
<PackageReference Include="AsyncKeyedLock" Version="6.4.2" />
<PackageReference Include="AsyncKeyLock" Version="1.0.4" />
<PackageReference Include="AsyncUtilities" Version="1.1.1" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
Expand Down

1 comment on commit ac6bbaf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.Net Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ac6bbaf Previous: 9939148 Ratio
AsyncKeyedLockBenchmarks.Benchmarks.StripedAsyncLock(NumberOfLocks: 200, Contention: 100, GuidReversals: 0) 24490859.846153848 ns (± 272567.7491184061) 9659695.788235294 ns (± 1911797.2642460219) 2.54

This comment was automatically generated by workflow using github-action-benchmark.

CC: @MarkCiliaVincenti

Please sign in to comment.