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

Initialize load testing #3554

Closed
wants to merge 3 commits into from
Closed

Commits on Nov 23, 2020

  1. Initialize load testing

    This PR initializes load testing. It starts multiple taskruns and sees if they could
    complete in defined time.
    
    It also provides a script to run load testing. Users can use flag `--taskrun-num`
    and `--timeout` to specify the amount of taskruns they want to run and the time
    in which taskruns should complete.
    yaoxiaoqi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7c984ec View commit details
    Browse the repository at this point in the history
  2. update default timeout

    yaoxiaoqi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    5a80aa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. change the arguments order

    yaoxiaoqi committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    65fbf5d View commit details
    Browse the repository at this point in the history