Skip to content

WIP: Add a locustio config file to benchmark the API.

Abhilash Raj requested to merge maxking/mailman:benchmark into master

To actually run the benchmark:

$ pip install locustio
$ mailman start
$ cd benchmark
$ locust --host=http://localhost:8001 

Then you open your browser at localhost:8089 and setup your benchmark parameters.

Merge request reports