Skip to content

Mozilla-GitHub-Standards/2c10fd72ff730d52fe68b3e731c0ea5a238b506015384aeb590c3778d65860b9

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ailoads-syncto

Syncto loadtest based on ailoads

Requirements

  • Python 3.4

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 SYNCTO_EXISTING_EMAIL=test-account-email@example.com
make test -e SYNCTO_SERVER_URL=https://syncto.dev.mozaws.net:443

or all at once:

make setup_existing test -e \
    SYNCTO_EXISTING_EMAIL=test-account-email@example.com \
    SYNCTO_SERVER_URL=https://syncto.dev.mozaws.net:443

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

About

Syncto loadsv2 loadtest.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.3%
  • Makefile 18.2%
  • Shell 12.2%
  • Dockerfile 7.3%