summaryrefslogtreecommitdiffstats
path: root/performance-tests/Messaging/ServerApp/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Messaging/ServerApp/Program.cs')
-rw-r--r--performance-tests/Messaging/ServerApp/Program.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/performance-tests/Messaging/ServerApp/Program.cs b/performance-tests/Messaging/ServerApp/Program.cs
new file mode 100644
index 0000000..0aab3b5
--- /dev/null
+++ b/performance-tests/Messaging/ServerApp/Program.cs
@@ -0,0 +1,10 @@
+namespace ServerApp
+{
+ public class Program
+ {
+ static void Main()
+ {
+ DuplexServerCustomProtocol.Run();
+ }
+ }
+}