jgaalen opened a new pull request, #6634:
URL: https://github.com/apache/jmeter/pull/6634

   ## Description
   Improve the time for a shutdown when there are significant delays. 
   
   ## Motivation and Context
   Currently, when shutting down a test, it waits for all the timer/delays to 
finish. They can take a long time as it just waits for the sleep to complete. 
Now the sleep behaviour is the same as ramp up sleeps with checks on the test 
running in between. Now shutting down a test (gracefully) is a lot quicker when 
you have significant delays in your test.
   
   ## How Has This Been Tested?
   Manually
   
   ## Screenshots (if appropriate):
   
   ## Types of changes
   Added jmeterthread.timer.granularity to update the interval of checking if a 
test is stopped
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [X] My code follows the [code style][style-guide] of this project.
   - [X] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to