ddsl-wg

A workload generator made in DDSL lab of University of Alberta.


License
MIT
Install
pip install ddsl-wg==0.1.8

Documentation

PyPI PyPI - Status Travis (.com) Libraries.io dependency status for latest release GitHub

DDSL Workload Generator

This is a workload generator designed especifically to perform load testing for several applications. The internal use case of this workload generator is for load testing AWS Lambda functions, but it can be used for other purposes. All you have to do is give it a worker function and the number of requests per second you want to achieve on average and it will do the rest for you.

Pypi: https://pypi.org/project/ddsl-wg/

Usage

Check out the example.

Installation

Install using pip:

$ pip install ddsl-wg

Upgrading:

pip install ddsl-wg --upgrade