Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting up a Locust box

Review How to Run Performance Load Tests.  Also see edx-load-tests repo README.

...

If you are running the Comments Service on Devstack for the purpose of working on performance, you need to start it using the following:

Code Block
API_KEY=password bundle exec rackup -o 0.0.0.0 -p 18080

...