Giter Club home page Giter Club logo

Comments (3)

heyman avatar heyman commented on May 21, 2024

The intention of the current API isn't that one must specify a range, but rather just a default. To define your own waiting function one would just override the wait function and skip declaring min_wait and max_wait:

class User(Locust):
    def wait(self):
        """ my custom wait function """
        self._sleep(x)

However, I like the wait_time better (as long as the wait function is still there, in case one would like to hook into it), since the user won't need to know about either the sleep function or gevent.sleep().

I also think I like the random_between and constant proposal, but I would prefer the arguments to be specified in milliseconds.

from locust.

cgbystrom avatar cgbystrom commented on May 21, 2024

Sure, be aware of the workings of gevent.sleep() feels something only power users should need to worry about.

Regarding milliseconds vs seconds: I see no use of going against the common practice in Python of using the unit of seconds. time.time() and time.sleep() both operate using seconds.

from locust.

heyman avatar heyman commented on May 21, 2024

I think that when specifying two integers, the chance that someone wrongly assumes that it will chose an integer between the two, will increase. I can certainly see myself doing it.

I would prefer milliseconds but it's no deal breaker, since they both work of course :).

from locust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.