Skip to content

Commit

Permalink
7.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Jun 29, 2024
1 parent 3e1dd1e commit 34a104c
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 @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AsyncKeyedLock" Version="7.0.0-beta" />
<PackageReference Include="AsyncKeyedLock" Version="7.0.0-rc1" />
<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 34a104c

@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: 34a104c Previous: 3e1dd1e Ratio
AsyncKeyedLockBenchmarks.Benchmarks.StripedAsyncLock(NumberOfLocks: 200, Contention: 100, GuidReversals: 0) 26527605.214285713 ns (± 331273.4325922478) 11399899.907407407 ns (± 1138792.5319124286) 2.33

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

CC: @MarkCiliaVincenti

Please sign in to comment.