Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use current time as start time for OMTG #6353

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2024

  1. Use current time as start time for OMTG

    When we use the test start time via JMeterContextService#getTestStartTime,
    we might create a storm of test samples at the beginning, when a setup thread group
    made us wait.
    FSchumacher committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    45996db View commit details
    Browse the repository at this point in the history
  2. Add startTime to AbstractThreadGroup and use it in OMTG and PreciseTh…

    …roughputTimer
    
    A thread group might start later than the test. When we calculate delays on the start time of
    the test, we might get a stampede of samples run at the start of the thread group.
    FSchumacher committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    9e2e2bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66c2df7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7848ff4 View commit details
    Browse the repository at this point in the history