mirror of https://github.com/apache/jmeter.git
Correct typo in documentation.
Reported by Perze Ababa (perze.ababa at gmail.com>)
Closes #382 on github.
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1831311 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: d945fc4f1c
This commit is contained in:
parent
de8571c077
commit
4224cbb3fb
|
@ -58,7 +58,7 @@ Highly Extensible core:
|
|||
- Several load statistics may be chosen with **pluggable timers**.
|
||||
- Data analysis and **visualization plugins** allow great extensibility and personalization.
|
||||
- Functions can be used to provide dynamic input to a test or provide data manipulation.
|
||||
- Easy Continuous Integration through 3rd party Open Source libraries for Maven, Graddle and Jenkins
|
||||
- Easy Continuous Integration through 3rd party Open Source libraries for Maven, Gradle and Jenkins
|
||||
|
||||
|
||||
## The Latest Version
|
||||
|
|
|
@ -144,6 +144,7 @@ this behaviour, set <code>httpclient.reset_state_on_thread_group_iteration=false
|
|||
<li><pr>379</pr> Improve chinese translations. Contributed by XmeterNet</li>
|
||||
<li><bug>61714</bug>Update Real-time results documentation</li>
|
||||
<li><bug>62354</bug>Correct calculation and usage of units for second per user (reported by jffagot05 at gmail.com)</li>
|
||||
<li><pr>382</pr>Correct typo in documentation. Reported by Perze Ababa (perze.ababa at gmail.com>)</li>
|
||||
</ul>
|
||||
|
||||
<ch_section>Non-functional changes</ch_section>
|
||||
|
@ -243,6 +244,7 @@ this behaviour, set <code>httpclient.reset_state_on_thread_group_iteration=false
|
|||
<li><a href="https://www.xmeter.net">XMeter</a></li>
|
||||
<li>Imane Ankhila (iankhila at ahlane.net)</li>
|
||||
<li>jffagot05 (jffagot05 at gmail.com)</li>
|
||||
<li>Perze Ababa (perze.ababa at gmail.com)</li>
|
||||
</ul>
|
||||
<p>We also thank bug reporters who helped us improve JMeter.</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue