Browse Source
Merge pull request #7633 from abpframework/auto-merge/rel-4-2/154
Merge branch dev with rel-4.2
pull/7637/head
liangshiwei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
7 deletions
-
test/AbpPerfTest/_jmeter/SimpleTestPlan.jmx
-
test/AbpPerfTest/_jmeter/SimpleTestPlanWithoutAbp.jmx
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4"> |
|
|
|
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4.1"> |
|
|
|
<hashTree> |
|
|
|
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true"> |
|
|
|
<stringProp name="TestPlan.comments"></stringProp> |
|
|
|
@ -16,10 +16,10 @@ |
|
|
|
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
|
|
|
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
|
|
|
<boolProp name="LoopController.continue_forever">false</boolProp> |
|
|
|
<stringProp name="LoopController.loops">20</stringProp> |
|
|
|
<stringProp name="LoopController.loops">40</stringProp> |
|
|
|
</elementProp> |
|
|
|
<stringProp name="ThreadGroup.num_threads">2000</stringProp> |
|
|
|
<stringProp name="ThreadGroup.ramp_time">10</stringProp> |
|
|
|
<stringProp name="ThreadGroup.ramp_time">20</stringProp> |
|
|
|
<boolProp name="ThreadGroup.scheduler">false</boolProp> |
|
|
|
<stringProp name="ThreadGroup.duration"></stringProp> |
|
|
|
<stringProp name="ThreadGroup.delay"></stringProp> |
|
|
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4"> |
|
|
|
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4.1"> |
|
|
|
<hashTree> |
|
|
|
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true"> |
|
|
|
<stringProp name="TestPlan.comments"></stringProp> |
|
|
|
@ -16,10 +16,10 @@ |
|
|
|
<stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
|
|
|
<elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true"> |
|
|
|
<boolProp name="LoopController.continue_forever">false</boolProp> |
|
|
|
<stringProp name="LoopController.loops">20</stringProp> |
|
|
|
<stringProp name="LoopController.loops">40</stringProp> |
|
|
|
</elementProp> |
|
|
|
<stringProp name="ThreadGroup.num_threads">500</stringProp> |
|
|
|
<stringProp name="ThreadGroup.ramp_time">10</stringProp> |
|
|
|
<stringProp name="ThreadGroup.num_threads">2000</stringProp> |
|
|
|
<stringProp name="ThreadGroup.ramp_time">20</stringProp> |
|
|
|
<boolProp name="ThreadGroup.scheduler">false</boolProp> |
|
|
|
<stringProp name="ThreadGroup.duration"></stringProp> |
|
|
|
<stringProp name="ThreadGroup.delay"></stringProp> |
|
|
|
|