FutureSharks / invokust

A wrapper for locust to allow running load tests in python or on AWS Lambda
MIT License
158 stars 42 forks source link

Version parity with Locust 0.11? #25

Closed rokcarl closed 4 years ago

rokcarl commented 5 years ago

It now runs with locust 0.9, but locust 0.11 is already out and it does not work with it. Is it possible to bring it to support locust 0.11?

FutureSharks commented 5 years ago

Sure thing @rokcarl! Just make a PR 😃

rokcarl commented 5 years ago

I'm a bit tight in my schedule. I'll see what I can do. I was hoping someone else might take care of it. It would be better if Locust itself would support this...

FutureSharks commented 5 years ago

I was hoping someone else might take care of it.

Haha story of my life

It would be better if Locust itself would support this...

You mean running on AWS Lambda? Or better support for running from within Python itself?

rokcarl commented 5 years ago

Better support for running within Python.

M1strall commented 4 years ago

Opened PR for locust 0.13.5 support https://github.com/FutureSharks/invokust/pull/28

FutureSharks commented 4 years ago

Merged and released version 0.61 to pypi.