mozilla-services/ailoads-loop

Name: ailoads-loop

Owner: Mozilla Services

Description: loop load test based on ailoads

Created: 2015-05-05 09:09:10.0

Updated: 2018-01-22 18:45:58.0

Pushed: 2016-02-12 10:01:18.0

Homepage: null

Size: 42

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ailoads-loop

loop load test based on ailoads

Requirements
How to run the loadtest?
For stage
make setup_random test

or for a longer one:

make setup_random test-heavy
For production
make setup_existing -e FXA_EXISTING_EMAIL=test-account-email@example.com
make test -e LOOP_SERVER_URL=http://localhost:5000

or all at once:

make setup_existing test -e \
    FXA_EXISTING_EMAIL=test-account-email@example.com \
    LOOP_SERVER_URL=http://localhost:5000
How to build the docker image?
make docker-build
How to run the docker image?
make docker-run
How to clean the repository?
make clean

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.