[GitHub] jmeter pull request #238: Adds API to create JMeter threads on the fly

2016-12-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/238 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [GitHub] jmeter pull request #238: Adds API to create JMeter threads on the fly

2016-12-13 Thread sebb
On 13 December 2016 at 09:20, max3163 wrote: > Github user max3163 commented on a diff in the pull request: > > https://github.com/apache/jmeter/pull/238#discussion_r92125661 > > --- Diff: src/core/org/apache/jmeter/threads/ThreadGroup.java --- > @@ -279,34

[GitHub] jmeter pull request #238: Adds API to create JMeter threads on the fly

2016-12-13 Thread max3163
Github user max3163 commented on a diff in the pull request: https://github.com/apache/jmeter/pull/238#discussion_r92125661 --- Diff: src/core/org/apache/jmeter/threads/ThreadGroup.java --- @@ -279,34 +282,30 @@ private void delayBy(long delay) { @Override public

[GitHub] jmeter pull request #238: Adds API to create JMeter threads on the fly

2016-12-12 Thread max3163
GitHub user max3163 opened a pull request: https://github.com/apache/jmeter/pull/238 Adds API to create JMeter threads on the fly Adds a method in a thread group to add new threads dynamically. Feature can be use to adjust thread count: - in case of low load -