Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: locustio/locust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xulz/locust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 13, 2016

  1. override log file in each run

    xulz authored and xulz committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    4227512 View commit details
    Browse the repository at this point in the history
  2. add id to identify user easier;

    prefer to not reset stats after hatching;
    xulz authored and xulz committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    d1de2db View commit details
    Browse the repository at this point in the history
  3. another sample for custom client;

    xulz authored and xulz committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    2bb1086 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Merge remote-tracking branch 'upstream/master'

    fix conflicts to add unique id for each locust.
    # Conflicts:
    #	locust/log.py
    #	locust/runners.py
    xulz authored and xulz committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    4e9d856 View commit details
    Browse the repository at this point in the history
  2. add utils for generate unique id in distributed mode

    xulz authored and xulz committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    6749dcd View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. rename utils to helper;reduce ip calls

    xulz authored and xulz committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    33d2fd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. add prometheus_exporter example

    xulz authored and xulizhao committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    93205f6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	locust/__init__.py
    #	locust/log.py
    #	locust/runners.py
    xulz authored and xulizhao committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    902b172 View commit details
    Browse the repository at this point in the history
  3. update demo test with prometheus

    xulz authored and xulizhao committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    a5b4470 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. another sample for custom client;

    xulz authored and xulizhao committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    8954286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2187452 View commit details
    Browse the repository at this point in the history
  3. rename utils to helper;reduce ip calls

    xulz authored and xulizhao committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    5ea8ef1 View commit details
    Browse the repository at this point in the history
  4. add prometheus_exporter example

    xulz authored and xulizhao committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    4736838 View commit details
    Browse the repository at this point in the history
  5. update demo test with prometheus

    xulz authored and xulizhao committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    2287083 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9961df9 View commit details
    Browse the repository at this point in the history
  7. fix example to compact with latest locust

    xulz authored and xulizhao committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ff0871f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. 更新user id以适配最新的locust

    xulz authored and xulizhao committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5d6254c View commit details
    Browse the repository at this point in the history
Loading