You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Shawn McKinney (Jira)" <ji...@apache.org> on 2021/06/17 19:35:00 UTC

[jira] [Created] (FC-294) combine jmeter load profiles

Shawn McKinney created FC-294:
---------------------------------

             Summary: combine jmeter load profiles
                 Key: FC-294
                 URL: https://issues.apache.org/jira/browse/FC-294
             Project: FORTRESS
          Issue Type: Improvement
    Affects Versions: 2.0.5
            Reporter: Shawn McKinney
            Assignee: Shawn McKinney
             Fix For: 2.0.6


Currently 9 maven profiles for load testing. Combine into one or at most two.

 

Current:

 

```

# execute adduser load test:

mvn -Ploadtest-fortress-adduser jmeter:jmeter  ...

 

# configure ftAddUser.jmx

<profile>
 <id>loadtest-fortress-checkuser</id>

<plugin>
<configuration>
<jMeterTestFile>ftAddUser.jmx</jMeterTestFile>

```

Replaced with:

```

mvn -Ploadtest jmeter:jmeter -Dtype=addUser  ...

 

<profile>
 <id>loadtest</id>
 <build>
 <plugins>
 <plugin>
<configuration>
<jMeterTestFile>${type}.jmx</jMeterTestFile>

```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org