Hi - I spent some time experimenting with gatling and locust.io<http://locust.io> load tests, and wanted to find out if people here have some preference?
>From my limited usage, some differences are: - gatling has some good facilities for managing complex tests and decent reports with little effort, compared to locust - locust has some distributed testing capabilities (generate load from multiple hosts in a coordinated fashion), but is lighter on report details and test scenario complexity. Branches in my fork are here, I can create pull requests if people are interested in pulling this into the openwhisk-performance repo? https://github.com/tysonnorris/openwhisk-performance/tree/gatling-tests https://github.com/tysonnorris/openwhisk-performance/tree/locust-tests (In each branch I created a separate readme with pertinent details of that test harness, open to merge with main README.md before creating a PR) Its also an option to include both, if people are interested. Thanks Tyson
