nimamahmoudi / ddsl_wg

A workload generator for AWS lambda.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A workload generator for AWS lambda.

License:MIT License


Languages

Language:Python 100.0%