gitignore added.
This commit is contained in:
parent
07aef55430
commit
9f87dadc6a
|
@ -0,0 +1,4 @@
|
|||
.project
|
||||
.classpath
|
||||
/.settings
|
||||
/target
|
|
@ -3,9 +3,9 @@
|
|||
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
|
||||
<id>dir</id>
|
||||
<id>publish</id>
|
||||
<formats>
|
||||
<format>dir</format>
|
||||
<format>tar.gz</format>
|
||||
</formats>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<dependencySets>
|
||||
|
|
|
@ -23,7 +23,7 @@ public class RunScenarioTest {
|
|||
public void testRunScenario() {
|
||||
try {
|
||||
RunScenarioModel runScenarioModel = new RunScenarioModel();
|
||||
runScenarioModel.setTotalCount(1000);
|
||||
runScenarioModel.setTotalCount(100);
|
||||
runScenarioModel.setPoolSize(100);
|
||||
runScenarioModel.setUsePlugins(new ArrayList<UsePluginModel>());
|
||||
runScenarioModel
|
||||
|
|
Loading…
Reference in New Issue