Skip to content

Commit

Permalink
51517753: Publish JMeter reports to Sonar via Maven
Browse files Browse the repository at this point in the history
Updated to use most recent fedora.jmx from ff-jmeter-madness.
Sets loop_count to 1000 and num_threads to 20.

TODO: pull the latest fedora.jmx from ff-jmeter-madness on demand?

https://www.pivotaltracker.com/story/show/51517753
  • Loading branch information
Edwin Shin committed Jun 18, 2013
1 parent 17b78a5 commit c9e8811
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 24 deletions.
5 changes: 4 additions & 1 deletion fcrepo-webapp/pom.xml
Expand Up @@ -180,7 +180,10 @@
</executions>
<configuration>
<propertiesUser>
<FEDORA_4_SERVER_PORT>${test.port}</FEDORA_4_SERVER_PORT>
<fedora_4_port>${test.port}</fedora_4_port>
<fedora_4_context>rest</fedora_4_context>
<loop_count>1000</loop_count>
<num_threads>20</num_threads>
</propertiesUser>
<resultsFileNameDateFormat>'jmeter'</resultsFileNameDateFormat >
</configuration>
Expand Down

0 comments on commit c9e8811

Please sign in to comment.