104 строки
3.4 KiB
XML
104 строки
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
Linux on Hyper-V and Azure Test Code, ver. 1.0.0
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
All rights reserved.
|
|
Licensed under the Apache License, Version 2.0 (the ""License"");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
|
OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
|
|
ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR
|
|
PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
|
|
See the Apache Version 2.0 License for specific language governing
|
|
permissions and limitations under the License.
|
|
-->
|
|
|
|
<config>
|
|
<global>
|
|
<logfileRootDir>TestResults</logfileRootDir>
|
|
<defaultSnapshot>ICABase</defaultSnapshot>
|
|
<email>
|
|
<recipients>
|
|
<to>myself@mycompany.com</to>
|
|
</recipients>
|
|
<sender>myself@mycompany.com</sender>
|
|
<subject>LIS Performance Test Results</subject>
|
|
<smtpServer>mysmtphost.mycompany.com</smtpServer>
|
|
</email>
|
|
|
|
<!-- Optional testParams go here -->
|
|
<testParams>
|
|
</testParams>
|
|
</global>
|
|
|
|
<testSuites>
|
|
<suite>
|
|
<suiteName>MangoDbBenchmark</suiteName>
|
|
<suiteTests>
|
|
<suiteTest>Perf_MD_1Mil-100C</suiteTest>
|
|
</suiteTests>
|
|
</suite>
|
|
</testSuites>
|
|
|
|
<testCases>
|
|
<test>
|
|
<testName>Perf_MD_1Mil-100C</testName>
|
|
<testScript>performance_md.sh</testScript>
|
|
<files>remote-scripts/ica/performance_md.sh</files>
|
|
<testParams>
|
|
<param>MONGODB_VERSION=2.4.0</param>
|
|
<param>MD_SERVER=192.168.1.1</param>
|
|
<mdparam>recordcount=20000000</mdparam>
|
|
<mdparam>operationcount=20000000</mdparam>
|
|
<mdparam>readallfields=true</mdparam>
|
|
<mdparam>workload=com.yahoo.ycsb.workloads.CoreWorkload</mdparam>
|
|
<mdparam>operationcount=20000000</mdparam>
|
|
<mdparam>readproportion=0.5</mdparam>
|
|
<mdparam>updateproportion=0.5</mdparam>
|
|
<mdparam>requestdistribution=zipfian</mdparam>
|
|
<mdparam>threadcount=8</mdparam>
|
|
<mdparam>maxexecutiontime=900</mdparam>
|
|
</testParams>
|
|
<uploadFiles>
|
|
<file>mdtest.log</file>
|
|
</uploadFiles>
|
|
<timeout>1200</timeout>
|
|
<OnError>Continue</OnError>
|
|
</test>
|
|
</testCases>
|
|
|
|
<VMs>
|
|
<vm>
|
|
<role>SUT1</role>
|
|
<hvServer>LIS-HOST01</hvServer>
|
|
<vmName>VM-MD-Server</vmName>
|
|
<os>Linux</os>
|
|
<ipv4></ipv4>
|
|
<sshKey>id_rsa.ppk</sshKey>
|
|
<suite>MangoDbBenchmark</suite>
|
|
<preStartConfig>
|
|
<file>.\setupscripts\Config-VM.ps1</file>
|
|
<file>.\setupscripts\Insert-ISO.ps1</file>
|
|
</preStartConfig>
|
|
</vm>
|
|
<vm>
|
|
<role>SUT2</role>
|
|
<hvServer>LIS-HOST01</hvServer>
|
|
<vmName>VM-MD-Client</vmName>
|
|
<os>Linux</os>
|
|
<ipv4></ipv4>
|
|
<sshKey>id_rsa.ppk</sshKey>
|
|
<suite>MangoDbBenchmark</suite>
|
|
<preStartConfig>
|
|
<file>.\setupscripts\Config-VM.ps1</file>
|
|
<file>.\setupscripts\Insert-ISO.ps1</file>
|
|
</preStartConfig>
|
|
</vm>
|
|
</VMs>
|
|
</config> |