diff options
Diffstat (limited to 'performance-tests/Messaging/CommonLib/Consts.cs')
-rw-r--r-- | performance-tests/Messaging/CommonLib/Consts.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/performance-tests/Messaging/CommonLib/Consts.cs b/performance-tests/Messaging/CommonLib/Consts.cs new file mode 100644 index 0000000..8eb31cf --- /dev/null +++ b/performance-tests/Messaging/CommonLib/Consts.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace CommonLib +{ + public class Consts + { + public const int MessageCount = 1000000; + } +} |