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