namespace NATS.Server.Benchmark.Tests.Infrastructure; [CollectionDefinition("Benchmark-Core")] public class BenchmarkCoreCollection : ICollectionFixture; [CollectionDefinition("Benchmark-JetStream")] public class BenchmarkJetStreamCollection : ICollectionFixture; [CollectionDefinition("Benchmark-Mqtt")] public class BenchmarkMqttCollection : ICollectionFixture; [CollectionDefinition("Benchmark-Tls")] public class BenchmarkTlsCollection : ICollectionFixture; [CollectionDefinition("Benchmark-WebSocket")] public class BenchmarkWebSocketCollection : ICollectionFixture;