summaryrefslogtreecommitdiffstats
path: root/performance-tests/Messaging/CommonLib/Consts.cs
blob: 8eb31cf1dd987c16ce492041907b019077ae603b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace CommonLib
{
    public class Consts
    {
        public const int MessageCount = 1000000;
    }
}