Skip to content

Commit

Permalink
Benchmarks (#50)
Browse files Browse the repository at this point in the history
* Added better benchmarks

* Added serialization benchmarks
  • Loading branch information
MattiasJakobsson authored Jul 3, 2024
1 parent 51ccb0c commit 2e1b60b
Show file tree
Hide file tree
Showing 32 changed files with 934 additions and 896 deletions.
15 changes: 0 additions & 15 deletions Akka.Persistence.EventStore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmarks", "Benchmarks",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.Persistence.EventStore.Benchmarks", "src\Akka.Persistence.EventStore.Benchmarks\Akka.Persistence.EventStore.Benchmarks.csproj", "{EF1D827E-2B2B-4BA0-8733-D54CACDEE69F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Akka.Persistence.EventStore.Benchmark.Tests", "src\Akka.Persistence.EventStore.Benchmark.Tests\Akka.Persistence.EventStore.Benchmark.Tests.csproj", "{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -115,18 +113,6 @@ Global
{EF1D827E-2B2B-4BA0-8733-D54CACDEE69F}.Release|x64.Build.0 = Release|Any CPU
{EF1D827E-2B2B-4BA0-8733-D54CACDEE69F}.Release|x86.ActiveCfg = Release|Any CPU
{EF1D827E-2B2B-4BA0-8733-D54CACDEE69F}.Release|x86.Build.0 = Release|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Debug|x64.ActiveCfg = Debug|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Debug|x64.Build.0 = Debug|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Debug|x86.ActiveCfg = Debug|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Debug|x86.Build.0 = Debug|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Release|Any CPU.Build.0 = Release|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Release|x64.ActiveCfg = Release|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Release|x64.Build.0 = Release|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Release|x86.ActiveCfg = Release|Any CPU
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -139,6 +125,5 @@ Global
{DF2C9C02-9F0D-4FC8-8F72-234FD68FC918} = {F4AC94E7-D5F3-4B85-9810-A8BF02441883}
{6017AE31-4718-413B-983E-EAF9D4B465C9} = {DF2C9C02-9F0D-4FC8-8F72-234FD68FC918}
{EF1D827E-2B2B-4BA0-8733-D54CACDEE69F} = {6DCB3F60-66B1-44BE-AA32-C7CA4B11563D}
{277FF4C2-DEB0-42E9-8A84-ADAB131F814A} = {6DCB3F60-66B1-44BE-AA32-C7CA4B11563D}
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PackageVersion Include="Akka" Version="$(AkkaVersion)" />
<PackageVersion Include="Akka.Persistence" Version="$(AkkaVersion)" />
<PackageVersion Include="Akka.Persistence.Query" Version="$(AkkaVersion)" />
<PackageVersion Include="Akka.Persistence.TestKit.Xunit2" Version="1.5.26" />
</ItemGroup>
<!-- EventStore Package Versions -->
<ItemGroup>
Expand Down

This file was deleted.

128 changes: 0 additions & 128 deletions src/Akka.Persistence.EventStore.Benchmark.Tests/BenchActor.cs

This file was deleted.

14 changes: 0 additions & 14 deletions src/Akka.Persistence.EventStore.Benchmark.Tests/Cmd.cs

This file was deleted.

Loading

0 comments on commit 2e1b60b

Please sign in to comment.