Add E2E benchmark project and throughput scenarios for Surreal-backed peers
All checks were successful
NuGet Package Publish / nuget (push) Successful in 1m16s
All checks were successful
NuGet Package Publish / nuget (push) Successful in 1m16s
This commit is contained in:
11
tests/ZB.MOM.WW.CDBBC.E2E.Benchmark.Tests/Program.cs
Normal file
11
tests/ZB.MOM.WW.CDBBC.E2E.Benchmark.Tests/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using BenchmarkDotNet.Running;
|
||||
|
||||
namespace ZB.MOM.WW.CDBBC.E2E.Benchmark.Tests;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user